We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
@Astha369 Thank you for assigning it to me! I have added a PR.
Sorry, something went wrong.
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.
statst
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: