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 b09c36a commit 2e50aa4Copy full SHA for 2e50aa4
Google/Problem#145.py renamed to Google/Problem#145#714.py
@@ -26,4 +26,4 @@ def swapPairs(head):
26
newHead = head.next
27
head.next.next = head
28
head.next = swapPairs(nextHead)
29
- return newHead
+ return newHead
0 commit comments