Astha369 / CPP_Problems

https://github.com/Astha369/CPP_Problems
4 stars 43 forks source link

Merge two sorted lists leetcode#21 #80

Closed statst closed 11 months ago

statst commented 11 months ago

You are given the heads of two sorted linked lists list1 and list2.

Merge the two lists into one sorted list. The list should be made by splicing together the nodes of the first two lists.

Return the head of the merged linked list.

@Astha369 Can you please assign this to me

statst commented 11 months ago

@Astha369 Thank you for assigning it to me! I have added a PR.

statst commented 11 months ago

Hi @Astha369 Could you please add hacktoferbest accepted label to this issue also. I a not sure if closed then you can add or not.