Add python script
This commit is contained in:
5
day2/test_cases/all_safe.txt
Normal file
5
day2/test_cases/all_safe.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
1 2 3
|
||||
3 2 1
|
||||
10 9 7 6
|
||||
1 4 7
|
||||
|
||||
6
day2/test_cases/all_unsafe.txt
Normal file
6
day2/test_cases/all_unsafe.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
1 1 2
|
||||
1 5 6
|
||||
1 3 2
|
||||
5 2 3
|
||||
9 6 2
|
||||
|
||||
5
day2/test_cases/edge_cases.txt
Normal file
5
day2/test_cases/edge_cases.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
5
|
||||
1 4
|
||||
4 1
|
||||
1 5
|
||||
|
||||
7
day2/test_cases/sample.txt
Normal file
7
day2/test_cases/sample.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
7 6 4 2 1
|
||||
1 2 7 8 9
|
||||
9 7 6 2 1
|
||||
1 3 2 4 5
|
||||
8 6 4 4 1
|
||||
1 3 6 7 9
|
||||
|
||||
Reference in New Issue
Block a user