Coding challenge Day-9
Merge k Sorted Lists
Today's challenge was about data structure. Something I haven't really paid attention to before.
The requirement was to merge sorted linked lists into one long sorted list
Thought process
Since Data structure wasn't my strength ...
amehelijah.hashnode.dev3 min read