-
Notifications
You must be signed in to change notification settings - Fork 165
Open
Labels
C/C++JavaUp-for-Grabsgood first issueGood for newcomersGood for newcomershacktoberfestContribution for hacktoberfestContribution for hacktoberfest
Description
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
Metadata
Metadata
Assignees
Labels
C/C++JavaUp-for-Grabsgood first issueGood for newcomersGood for newcomershacktoberfestContribution for hacktoberfestContribution for hacktoberfest