Skip to content

Commit 930d76b

Browse files
committed
Format definition
1 parent 9c57e12 commit 930d76b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/src/easy/21.merge_two_sorted_lists/problem.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
https://leetcode.com/problems/merge-two-sorted-lists/
33

44
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-
5+
Merge the two lists in a one sorted list. The list should be made
6+
by splicing together the nodes of the first two lists.
87
Return the head of the merged linked list.
98

109

0 commit comments

Comments
 (0)