We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10be0fa commit ca021a6Copy full SHA for ca021a6
C++/first-missing-positive.cpp
@@ -1,4 +1,4 @@
1
-// Time: O(n)
+// Time: O(n)
2
// Space: O(1)
3
4
class Solution {
0 commit comments