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 c3a1c82 commit b80c0daCopy full SHA for b80c0da
longest-consecutive-sequence/sejineer.py
@@ -14,4 +14,4 @@ def longestConsecutive(self, nums: List[int]) -> int:
14
length += 1
15
result = max(result, length)
16
17
- return result
+ return result
0 commit comments