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 c75360b commit c0b7825Copy full SHA for c0b7825
longest-consecutive-sequence/ppxyn1.py
@@ -14,6 +14,4 @@ def longestConsecutive(self, nums: List[int]) -> int:
14
tmp = 1
15
ans = max(max_len, tmp)
16
return ans
17
-
18
19
+
0 commit comments