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 17ab781 commit f0fe90eCopy full SHA for f0fe90e
merge-two-sorted-lists/sora0319.java
@@ -1,5 +1,4 @@
1
/**
2
- * Definition for singly-linked list.
3
* public class ListNode {
4
* int val;
5
* ListNode next;
@@ -38,3 +37,4 @@ public ListNode mergeTwoLists(ListNode list1, ListNode list2) {
38
37
}
39
40
+
0 commit comments