Skip to content

Commit f0fe90e

Browse files
committed
solve merge two sorted lists
1 parent 17ab781 commit f0fe90e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

merge-two-sorted-lists/sora0319.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/**
2-
* Definition for singly-linked list.
32
* public class ListNode {
43
* int val;
54
* ListNode next;
@@ -38,3 +37,4 @@ public ListNode mergeTwoLists(ListNode list1, ListNode list2) {
3837
}
3938
}
4039

40+

0 commit comments

Comments
 (0)