Merge 2 sorted linked list in reverse order[Microsoft Interview Question]

Problem:Given two linked lists sorted in increasing order. Merge them both in such a way that the result list is in decreasing order. Both the Linked list can be of different sizes.

 

Leave a Reply

Your email address will not be published. Required fields are marked *