feat(cses); refactor structure
This commit is contained in:
parent
446ad865d0
commit
3153490991
142 changed files with 1380 additions and 66 deletions
3
cses/sorting-and-searching/io/apartments.in
Normal file
3
cses/sorting-and-searching/io/apartments.in
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
10 10 10
|
||||
90 41 20 39 49 21 35 31 74 86
|
||||
14 24 24 7 82 85 82 4 60 95
|
||||
4
cses/sorting-and-searching/io/apartments.out
Normal file
4
cses/sorting-and-searching/io/apartments.out
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
6
|
||||
|
||||
[code]: 0
|
||||
[time]: 12.7234 ms
|
||||
2
cses/sorting-and-searching/io/collecting-numbers.in
Normal file
2
cses/sorting-and-searching/io/collecting-numbers.in
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
5
|
||||
4 2 1 5 3
|
||||
4
cses/sorting-and-searching/io/collecting-numbers.out
Normal file
4
cses/sorting-and-searching/io/collecting-numbers.out
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
3
|
||||
|
||||
[code]: 0
|
||||
[time]: 11.512 ms
|
||||
3
cses/sorting-and-searching/io/concert-tickets.in
Normal file
3
cses/sorting-and-searching/io/concert-tickets.in
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
5 3
|
||||
5 3 7 8 5
|
||||
4 8 3
|
||||
6
cses/sorting-and-searching/io/concert-tickets.out
Normal file
6
cses/sorting-and-searching/io/concert-tickets.out
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
3
|
||||
8
|
||||
-1
|
||||
|
||||
[code]: 0
|
||||
[time]: 4.20356 ms
|
||||
2
cses/sorting-and-searching/io/distinct-numbers.in
Normal file
2
cses/sorting-and-searching/io/distinct-numbers.in
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
5
|
||||
2 3 2 2 3
|
||||
4
cses/sorting-and-searching/io/distinct-numbers.out
Normal file
4
cses/sorting-and-searching/io/distinct-numbers.out
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
2
|
||||
|
||||
[code]: 0
|
||||
[time]: 11.4255 ms
|
||||
2
cses/sorting-and-searching/io/ferris-wheel.in
Normal file
2
cses/sorting-and-searching/io/ferris-wheel.in
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
4 10
|
||||
7 2 3 9
|
||||
4
cses/sorting-and-searching/io/ferris-wheel.out
Normal file
4
cses/sorting-and-searching/io/ferris-wheel.out
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
3
|
||||
|
||||
[code]: 0
|
||||
[time]: 11.009 ms
|
||||
2
cses/sorting-and-searching/io/maximum-subarray-sum.in
Normal file
2
cses/sorting-and-searching/io/maximum-subarray-sum.in
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
8
|
||||
-1 3 -2 5 3 -5 2 2
|
||||
4
cses/sorting-and-searching/io/maximum-subarray-sum.out
Normal file
4
cses/sorting-and-searching/io/maximum-subarray-sum.out
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
9
|
||||
|
||||
[code]: 0
|
||||
[time]: 11.0552 ms
|
||||
2
cses/sorting-and-searching/io/missing-coin-sum.in
Normal file
2
cses/sorting-and-searching/io/missing-coin-sum.in
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
5
|
||||
2 9 1 2 7
|
||||
4
cses/sorting-and-searching/io/missing-coin-sum.out
Normal file
4
cses/sorting-and-searching/io/missing-coin-sum.out
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
6
|
||||
|
||||
[code]: 0
|
||||
[time]: 12.3503 ms
|
||||
4
cses/sorting-and-searching/io/movie-festival.in
Normal file
4
cses/sorting-and-searching/io/movie-festival.in
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
3
|
||||
3 5
|
||||
4 9
|
||||
5 8
|
||||
4
cses/sorting-and-searching/io/movie-festival.out
Normal file
4
cses/sorting-and-searching/io/movie-festival.out
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
2
|
||||
|
||||
[code]: 0
|
||||
[time]: 11.569 ms
|
||||
2
cses/sorting-and-searching/io/playlist.in
Normal file
2
cses/sorting-and-searching/io/playlist.in
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
8
|
||||
1 2 1 3 2 7 4 2
|
||||
4
cses/sorting-and-searching/io/playlist.out
Normal file
4
cses/sorting-and-searching/io/playlist.out
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
5
|
||||
|
||||
[code]: 0
|
||||
[time]: 13.3076 ms
|
||||
4
cses/sorting-and-searching/io/restaurant-customers.in
Normal file
4
cses/sorting-and-searching/io/restaurant-customers.in
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
3
|
||||
5 8
|
||||
2 4
|
||||
3 9
|
||||
4
cses/sorting-and-searching/io/restaurant-customers.out
Normal file
4
cses/sorting-and-searching/io/restaurant-customers.out
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
2
|
||||
|
||||
[code]: 0
|
||||
[time]: 11.1048 ms
|
||||
2
cses/sorting-and-searching/io/stick-lengths.in
Normal file
2
cses/sorting-and-searching/io/stick-lengths.in
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
5
|
||||
2 3 1 5 2
|
||||
3
cses/sorting-and-searching/io/stick-lengths.out
Normal file
3
cses/sorting-and-searching/io/stick-lengths.out
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
5
|
||||
[code]: 0
|
||||
[time]: 11.8039 ms
|
||||
2
cses/sorting-and-searching/io/sum-of-two-values.in
Normal file
2
cses/sorting-and-searching/io/sum-of-two-values.in
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
4 8
|
||||
2 7 5 1
|
||||
3
cses/sorting-and-searching/io/sum-of-two-values.out
Normal file
3
cses/sorting-and-searching/io/sum-of-two-values.out
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
4 2
|
||||
[code]: 0
|
||||
[time]: 12.1336 ms
|
||||
2
cses/sorting-and-searching/io/towers.in
Normal file
2
cses/sorting-and-searching/io/towers.in
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
10
|
||||
10 4 5 9 4 10 2 7 4 6
|
||||
20
cses/sorting-and-searching/io/towers.out
Normal file
20
cses/sorting-and-searching/io/towers.out
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
inserting 10
|
||||
removing 10
|
||||
inserting 4
|
||||
inserting 5
|
||||
inserting 9
|
||||
removing 5
|
||||
inserting 4
|
||||
inserting 10
|
||||
removing 4
|
||||
inserting 2
|
||||
removing 9
|
||||
inserting 7
|
||||
removing 7
|
||||
inserting 4
|
||||
removing 10
|
||||
inserting 6
|
||||
4
|
||||
|
||||
[code]: 0
|
||||
[time]: 12.9681 ms
|
||||
2
cses/sorting-and-searching/io/traffic-lights.in
Normal file
2
cses/sorting-and-searching/io/traffic-lights.in
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
8 3
|
||||
3 6 2
|
||||
3
cses/sorting-and-searching/io/traffic-lights.out
Normal file
3
cses/sorting-and-searching/io/traffic-lights.out
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
5 3 3
|
||||
[code]: 0
|
||||
[time]: 13.459 ms
|
||||
Loading…
Add table
Add a link
Reference in a new issue