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 91b0076 commit c75360bCopy full SHA for c75360b
longest-consecutive-sequence/ppxyn1.py
@@ -14,5 +14,6 @@ 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