Add 2024 Quest 3
This commit is contained in:
parent
139a0f544f
commit
6a9783b7c6
8 changed files with 271 additions and 0 deletions
14
2024/day03_mining_maestro/tests/challenge1
Normal file
14
2024/day03_mining_maestro/tests/challenge1
Normal file
|
@ -0,0 +1,14 @@
|
|||
..............................
|
||||
..............................
|
||||
..............................
|
||||
..................#...........
|
||||
.........#######..##..........
|
||||
........##############........
|
||||
.......###############........
|
||||
........##############........
|
||||
...........###########........
|
||||
..........###.###..##.........
|
||||
...............#..............
|
||||
...............#..............
|
||||
..............................
|
||||
..............................
|
35
2024/day03_mining_maestro/tests/challenge2
Normal file
35
2024/day03_mining_maestro/tests/challenge2
Normal file
|
@ -0,0 +1,35 @@
|
|||
......................................................................
|
||||
...................................#..................................
|
||||
..................................##..................................
|
||||
..............................#..####..#..............................
|
||||
............................#########.####............................
|
||||
.............................#################........................
|
||||
.......................#.....##################.......................
|
||||
.......................#.....####################.....................
|
||||
.....................#.#..#######################.....................
|
||||
.....................####.######################..###.................
|
||||
.....................############################.###.................
|
||||
......................##############################..................
|
||||
......................#############################...................
|
||||
......................##############################..................
|
||||
.......................##############################.................
|
||||
......................################################................
|
||||
.......................#################################..............
|
||||
...................################..################.................
|
||||
....................#################################.................
|
||||
.......................##############################.................
|
||||
......................###############################.................
|
||||
.......................#############################..................
|
||||
.......................##############################.................
|
||||
......................############################.###................
|
||||
........................##########################....................
|
||||
........................######################..#.....................
|
||||
........................###################...........................
|
||||
..........................############..##............................
|
||||
.........................###########.....#............................
|
||||
.........................######..###..................................
|
||||
.........................####....##...................................
|
||||
..........................###.....#...................................
|
||||
............................#.........................................
|
||||
......................................................................
|
||||
......................................................................
|
52
2024/day03_mining_maestro/tests/challenge3
Normal file
52
2024/day03_mining_maestro/tests/challenge3
Normal file
|
@ -0,0 +1,52 @@
|
|||
######################....................................................................................................####################
|
||||
#.####################...................................................................................................###################.#
|
||||
#######################..............................................##..................................................#####################
|
||||
########################.......................................#.....#.................................................#######################
|
||||
######################.....................................#.#.###...#.................................................#######################
|
||||
######################...................................###.##########..#.##............................................#####################
|
||||
#######################.................................#####################............................................#####################
|
||||
#####################..................................#######################...........................................#.###################
|
||||
##################.....................................#########################.........................................#...#################
|
||||
###################..................................###########################..#............................................###############
|
||||
################....................................###########################.####..........................................################
|
||||
################..................................##################################............................................##############
|
||||
###############.................................######################################............................................############
|
||||
##########.###...................................######################################........................................##.############
|
||||
##########........................................######################################......................................################
|
||||
##########.........................................#####################################.........................................#############
|
||||
##########..........................................####################################........................................##############
|
||||
###########.........................................####################################.#.#...#.................................###..########
|
||||
#########..........................................###############################################....................................########
|
||||
....###.#........................................###############################################......................................######.#
|
||||
....#.#..........................................##############################################.......................................####....
|
||||
......#............................................#############################################..............................................
|
||||
.................................................##############################################...............................................
|
||||
................................................#####################......####################...............................................
|
||||
................................................#..#################.######.####################..............................................
|
||||
................................................###################.###..###.##################...............................................
|
||||
...................................................################.###..###.###################.............................................#
|
||||
...................................................#################.######.####################.............................................#
|
||||
...................................................##################......#######################....................................#....###
|
||||
...................................................###############################################....................................####.###
|
||||
..............#.....................................#############################################.....................................######.#
|
||||
#............##......................................############################################...................................#.########
|
||||
####..#.#...###.#.....................................###########################################.###..............................##.########
|
||||
#################.....................................###############################################..............................###########
|
||||
###############.........................................###########################################................................###########
|
||||
#################.......................................###########################################..............................#############
|
||||
#################....................................##############################################...........................################
|
||||
####################...................................############################################.........................##################
|
||||
####################..................................#########################################.###..........................#################
|
||||
#####################..............................#########################################.....##.........................##################
|
||||
#######################............................#..######################################...............................###################
|
||||
#######################................................#####################################...............................###################
|
||||
#####################.#................................#####################################...............................###################
|
||||
#######################.................................############################.#######...............................###################
|
||||
#######################...................................##########################.....#.................................###################
|
||||
#######################....................................########################......#................................####################
|
||||
#######################....................................###...##...#############.......................................####################
|
||||
######################................................................#########.###.......................................####################
|
||||
####################..................................................##########.##.......................................####################
|
||||
####################........................................................####.##....................................#######################
|
||||
#.#################........................................................................................................#################.#
|
||||
###################.......................................................................................................####################
|
7
2024/day03_mining_maestro/tests/sample1
Normal file
7
2024/day03_mining_maestro/tests/sample1
Normal file
|
@ -0,0 +1,7 @@
|
|||
..........
|
||||
..###.##..
|
||||
...####...
|
||||
..######..
|
||||
..######..
|
||||
...####...
|
||||
..........
|
7
2024/day03_mining_maestro/tests/sample2
Normal file
7
2024/day03_mining_maestro/tests/sample2
Normal file
|
@ -0,0 +1,7 @@
|
|||
..........
|
||||
..###.##..
|
||||
...####...
|
||||
..######..
|
||||
..######..
|
||||
...####...
|
||||
..........
|
7
2024/day03_mining_maestro/tests/sample3
Normal file
7
2024/day03_mining_maestro/tests/sample3
Normal file
|
@ -0,0 +1,7 @@
|
|||
..........
|
||||
..###.##..
|
||||
...####...
|
||||
..######..
|
||||
..######..
|
||||
...####...
|
||||
..........
|
Loading…
Add table
Add a link
Reference in a new issue