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 1fcdcfc commit cf0eb38Copy full SHA for cf0eb38
linked-list-cycle/dusunax.py
@@ -30,4 +30,4 @@ def hasCycle(self, head: Optional[ListNode]) -> bool:
30
if slow == fast:
31
return True
32
33
- return False
+ return False
0 commit comments