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 Sorted Lists in C++ #306

Closed
thechiranjeevvyas opened this issue Oct 4, 2024 · 1 comment
Closed

✨Merge Sorted Lists in C++ #306

thechiranjeevvyas opened this issue Oct 4, 2024 · 1 comment
Assignees
Labels
DSA Hacktoberfest contribute for hacktoberfest 2024

Comments

@thechiranjeevvyas
Copy link

Hi @Saloni6111
I would like to implement cpp solution of this below leetcode question.

21. Merge Two Sorted Lists
(https://leetcode.com/problems/merge-two-sorted-lists/description/)


Problem Description
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.

Please assign this issue to me under Hacktoberfest-2024. Thank you!

Copy link

github-actions bot commented Oct 4, 2024

Thank you for raising a issue, Hope you enjoing the open source. we try to reply or assign as soon possibe. Connect with mentor.

@Saloni6111 Saloni6111 added Hacktoberfest contribute for hacktoberfest 2024 DSA labels Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DSA Hacktoberfest contribute for hacktoberfest 2024
Projects
None yet
Development

No branches or pull requests

2 participants