How to flatten a linked list who has down & next pointer
[Question]: Given a linked list where every node represents a linked list and contains two pointers of its type: Condition: All linked lists are sorted and the resultant linked list should also be sorted
How to flatten a linked list who has down & next pointer Read More »