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 1f2cb01 commit ce62423Copy full SHA for ce62423
reverse-linked-list/printjin-gmailcom.py
@@ -13,4 +13,5 @@ def reverseList(self, head):
13
current.next = prev
14
prev = current
15
current = nxt
16
- return prev
+ return prev
17
+
0 commit comments