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 tow sorted linked list #270

Open
4 tasks done
ShivamYadav-Coding opened this issue Oct 11, 2020 · 3 comments
Open
4 tasks done

Merge tow sorted linked list #270

ShivamYadav-Coding opened this issue Oct 11, 2020 · 3 comments
Assignees
Labels
C/C++ good first issue Good for newcomers hacktoberfest Contribution for hacktoberfest Java Up-for-Grabs

Comments

@ShivamYadav-Coding
Copy link
Contributor

Feature ✅

Description

Given 2 sorted linked lists, merge the lists to a single sorted linked list.

Example

List1: 2 -> 4 -> 5 -> 6 -> 8 -> 9
List2: 1 -> 3 -> 7
Merged List:
1 -> 2 -> 3 -> 4 -> 5 -> 6 -> 7 -> 8 -> 9

Checklist:

  • I have read the project guidelines.
  • I have checked all the existing projects, before submitting a new project issue.
  • This issue will be meaningful for the project.
  • I will contribute more in future

Contributors are supposed to mention their coding language while asking for assignment

@SaloniK17
Copy link
Contributor

hii, can you please assign to me for c?
Thank You

@dhairya-parikh
Copy link
Contributor

Can I solve it in C++/JAVA?
Thank you.

@PriyanshuGangwar
Copy link
Contributor

Hi, can you please assign this to me in c++?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C/C++ good first issue Good for newcomers hacktoberfest Contribution for hacktoberfest Java Up-for-Grabs
Projects
None yet
Development

No branches or pull requests

5 participants