avinash201199 / avinash201199/DSA-Questions
Merge 2 Sorted Linked List
Open
hacktoberfest
- Dominant language
- C++
- Stars
- 88
- Forks
- 167
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I am a participant of Hacktoberfest. I would like to add this question of merging 2 linked list. Kindly assign me this issue under hacktoberfest. Thank you.
Question:
Write a code to merge 2 sorted linked list
Input1 = 1->5->7->10->NULL
Input2 = 2->3->6->NULL
Output = 1->2->3->5->6->7->10->NULL
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.