You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem Description
You are given the heads of two sorted linked lists list1 and list2.
Merge the two lists into one sorted list. The list should be made by splicing together the nodes of the first two lists.
Return the head of the merged linked list.
Please assign this issue to me under Hacktoberfest-2024. Thank you!
The text was updated successfully, but these errors were encountered:
Hi @Saloni6111
I would like to implement cpp solution of this below leetcode question.
21. Merge Two Sorted Lists
(https://leetcode.com/problems/merge-two-sorted-lists/description/)
Problem Description
You are given the heads of two sorted linked lists list1 and list2.
Merge the two lists into one sorted list. The list should be made by splicing together the nodes of the first two lists.
Return the head of the merged linked list.
Please assign this issue to me under Hacktoberfest-2024. Thank you!
The text was updated successfully, but these errors were encountered: