pratik-choudhari / AlgoCode

Welcome everyone!🌟 Here you can solve problems, build scrappers and much more💻
https://github.com/pratik-choudhari/AlgoCode
MIT License
131 stars 166 forks source link

Merge tow sorted linked list #270

Open ShivamYadav-Coding opened 3 years ago

ShivamYadav-Coding commented 3 years ago

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:

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

SaloniK17 commented 3 years ago

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

dhairya-parikh commented 3 years ago

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

PriyanshuGangwar commented 3 years ago

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