AlgoCode icon indicating copy to clipboard operation
AlgoCode copied to clipboard

Merge tow sorted linked list

Open ShivamYadav-Coding opened this issue 4 years ago • 3 comments

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:

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

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

ShivamYadav-Coding avatar Oct 11 '20 05:10 ShivamYadav-Coding

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

SaloniK17 avatar Oct 11 '20 05:10 SaloniK17

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

dhairya-parikh avatar Oct 12 '20 08:10 dhairya-parikh

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

PriyanshuGangwar avatar Oct 14 '20 12:10 PriyanshuGangwar