Skip to content

Commit 777df01

Browse files
committed
rivkode add lines
1 parent 12e4c29 commit 777df01

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

longest-consecutive-sequence/rivkode.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,7 @@ public int longestConsecutive(int[] nums) {
6060

6161
return max + 1;
6262
}
63-
}
63+
}
64+
65+
66+

0 commit comments

Comments
 (0)