flattens 2 D linked list to a single sorted link list March 27, 2014 by Dhaval Dave Write a function flatten() which flattens this linked list with each node down sorted link list to a single link list with all the elements in sorted order. We have given Two methods in O(n^2) … Read More