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.
2 parents f5eaa62 + b95ea67 commit 6935b68Copy full SHA for 6935b68
5-algorithms/ch17/60-1.py
@@ -15,4 +15,4 @@ def insertionSortList(self, head: ListNode) -> ListNode:
15
cur.next, head.next, head = head, cur.next, head.next
16
17
cur = parent
18
- return cur.next
+ return cur.next
0 commit comments