We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c68147 commit 2f16d87Copy full SHA for 2f16d87
merge-two-sorted-lists/KwonNayeon.py
@@ -43,3 +43,5 @@ def mergeTwoLists(self, list1: Optional[ListNode], list2: Optional[ListNode]) ->
43
current.next = list2
44
45
return result.next
46
+
47
+# Solution 2
0 commit comments