We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c57e12 commit 930d76bCopy full SHA for 930d76b
lib/src/easy/21.merge_two_sorted_lists/problem.txt
@@ -2,9 +2,8 @@
2
https://leetcode.com/problems/merge-two-sorted-lists/
3
4
You are given the heads of two sorted linked lists list1 and list2.
5
-
6
-Merge the two lists in a one sorted list. The list should be made by splicing together the nodes of the first two lists.
7
+Merge the two lists in a one sorted list. The list should be made
+by splicing together the nodes of the first two lists.
8
Return the head of the merged linked list.
9
10
0 commit comments