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 12e4c29 commit 777df01Copy full SHA for 777df01
longest-consecutive-sequence/rivkode.java
@@ -60,4 +60,7 @@ public int longestConsecutive(int[] nums) {
60
61
return max + 1;
62
}
63
-}
+}
64
+
65
66
0 commit comments