Skip to content

Commit ca021a6

Browse files
committed
Update first-missing-positive.cpp
1 parent 10be0fa commit ca021a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/first-missing-positive.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Time: O(n)
1+
// Time: O(n)
22
// Space: O(1)
33

44
class Solution {

0 commit comments

Comments
 (0)