Skip to content

Commit c67e31a

Browse files
committed
Add test file for First Missing Positive.
1 parent 695fd9d commit c67e31a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

FirstMissingPositive.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[]
2+
1
3+
4+
[-5, 1000]
5+
1
6+
7+
[-1,4,2,1,9,10]
8+
3
9+
10+
[0]
11+
1
12+
13+
[1,2,0]
14+
3
15+
16+
[1, 1000]
17+
2
18+
19+
[2]
20+
1
21+
22+
[4,1,2,3]
23+
5

0 commit comments

Comments
 (0)