Skip to content

Commit 07331bd

Browse files
committed
longest-consecutive-sequence
1 parent 6a3afb6 commit 07331bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

longest-consecutive-sequence/bskkimm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@ def longestConsecutive(self, nums: List[int]) -> int:
2525
longest_consecutive = max(list(dict_consecutive.values()))
2626

2727
return longest_consecutive
28-

0 commit comments

Comments
 (0)