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 88f0079 commit 91b0076Copy full SHA for 91b0076
longest-consecutive-sequence/ppxyn1.py
@@ -14,5 +14,5 @@ def longestConsecutive(self, nums: List[int]) -> int:
14
tmp = 1
15
ans = max(max_len, tmp)
16
return ans
17
-
+
18
0 commit comments