Skip to content

Commit 2f16d87

Browse files
committed
Add second solution placeholder for merge two sorted lists
1 parent 1c68147 commit 2f16d87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

merge-two-sorted-lists/KwonNayeon.py

+2
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,5 @@ def mergeTwoLists(self, list1: Optional[ListNode], list2: Optional[ListNode]) ->
4343
current.next = list2
4444

4545
return result.next
46+
47+
# Solution 2

0 commit comments

Comments
 (0)