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 0b9dc57 commit 54e83c9Copy full SHA for 54e83c9
1 file changed
reverse-linked-list/sangbeenmoon.py
@@ -17,4 +17,3 @@ def reverseList(self, head: Optional[ListNode]) -> Optional[ListNode]:
17
cur = cur.next
18
return p
19
20
-
0 commit comments