dubey-harshit / Hacktoberfest-2024

7 stars 67 forks source link

Add "MergeTwo Sorted Linked lists" Problem #92

Open Amit-yadav099 opened 1 week ago

Amit-yadav099 commented 1 week ago

There are given two sorted linked lists consisting of nodes respectively.The task is to merge both lists and return the head of the merged list. note that : the new linked list must be sorted too. example test case:- input:- List1: 5->10->15->40, List2: 2->3->20 Output: 2->3->5->10->15->20->40

jayg2309 commented 5 days ago

Please assign this to me @Amit-yadav099 @dubey-harshit

maneshri00 commented 2 days ago

I am interested in this issue please assign me.