Had a 1 hour techical phone interview
Coding Problem: Merge multiple sorted Lists and result should be in sorted order.
public List<Integer> merge(List<List<Integer>> sortedLists)
Related problems: