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 2 Sorted Linked List #370

Open
rnrathod16 opened this issue Oct 2, 2021 · 1 comment
Open

Merge 2 Sorted Linked List #370

rnrathod16 opened this issue Oct 2, 2021 · 1 comment
Assignees

Comments

@rnrathod16
Copy link
Contributor

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

@Ayushjain373
Copy link

I would like to this question , Can u pls assign me this task

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants