Closed statst closed 1 year 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
@Astha369 Thank you for assigning it to me! I have added a PR.
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.
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