2021 day 1-5.

This commit is contained in:
Mikaël Capelle
2023-12-09 11:01:24 +01:00
parent 8a0412f926
commit 3fc0f94b1c
74 changed files with 5041 additions and 4 deletions

10
2021/tests/day1.txt Normal file
View File

@@ -0,0 +1,10 @@
199
200
208
210
200
207
240
269
260
263

0
2021/tests/day10.txt Normal file
View File

0
2021/tests/day11.txt Normal file
View File

0
2021/tests/day12.txt Normal file
View File

0
2021/tests/day13.txt Normal file
View File

0
2021/tests/day14.txt Normal file
View File

0
2021/tests/day15.txt Normal file
View File

0
2021/tests/day16.txt Normal file
View File

0
2021/tests/day17.txt Normal file
View File

0
2021/tests/day18.txt Normal file
View File

0
2021/tests/day19.txt Normal file
View File

6
2021/tests/day2.txt Normal file
View File

@@ -0,0 +1,6 @@
forward 5
down 5
forward 8
up 3
down 8
forward 2

0
2021/tests/day20.txt Normal file
View File

0
2021/tests/day21.txt Normal file
View File

0
2021/tests/day22.txt Normal file
View File

0
2021/tests/day23.txt Normal file
View File

0
2021/tests/day24.txt Normal file
View File

0
2021/tests/day25.txt Normal file
View File

12
2021/tests/day3.txt Normal file
View File

@@ -0,0 +1,12 @@
00100
11110
10110
10111
10101
01111
00111
11100
10000
11001
00010
01010

19
2021/tests/day4.txt Normal file
View File

@@ -0,0 +1,19 @@
7,4,9,5,11,17,23,2,0,14,21,24,10,16,13,6,15,25,12,22,18,20,8,19,3,26,1
22 13 17 11 0
8 2 23 4 24
21 9 14 16 7
6 10 3 18 5
1 12 20 15 19
3 15 0 2 22
9 18 13 17 5
19 8 7 25 23
20 11 10 24 4
14 21 16 12 6
14 21 17 24 4
10 16 15 9 19
18 8 23 26 20
22 11 13 6 5
2 0 12 3 7

0
2021/tests/day5.txt Normal file
View File

0
2021/tests/day6.txt Normal file
View File

0
2021/tests/day7.txt Normal file
View File

0
2021/tests/day8.txt Normal file
View File

0
2021/tests/day9.txt Normal file
View File