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 f5eaa62 commit b95ea67Copy full SHA for b95ea67
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