In this video we'll be taking a look at a popular interview question: Merge K Sorted Linked Lists
This problem statement can be found on leetcode here: https://leetcode.com/problems/merge-k...
We'll talk about two different approaches for merging linked lists here, one with pointers and one implementing a heap data structure.