Skip to content
New issue

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

Merge two sorted lists leetcode#21 #80

Closed
statst opened this issue Oct 15, 2023 · 2 comments
Closed

Merge two sorted lists leetcode#21 #80

statst opened this issue Oct 15, 2023 · 2 comments
Assignees

Comments

@statst
Copy link

statst commented Oct 15, 2023

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
Copy link
Author

statst commented Oct 16, 2023

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

@statst
Copy link
Author

statst commented Oct 16, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants