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 78ae781 commit b2fcef7Copy full SHA for b2fcef7
merge-two-sorted-lists/daiyongg-kim.py
@@ -35,4 +35,4 @@ def mergeTwoLists(self, list1: Optional[ListNode], list2: Optional[ListNode]) ->
35
# else:
36
# dummy.next = list2
37
38
-# return result.next
+# return result.next
0 commit comments