Add solution confirming correctness but slowness

This commit is contained in:
2021-12-15 19:17:15 -04:00
parent b0e761fb7a
commit c8b291bcb8

View File

@@ -32,7 +32,7 @@ There were 1739 increases in depth when sampling a window
### Day 2
```sh
```sh
$ ./aoc2021 --two
The solution for "two" is:
Horizontal is 1832, depth is 1172, answer is 2147104
@@ -136,12 +136,12 @@ Found 144309 paths through the cave system
$ ./aoc2021 --thirteen
The solution for "thirteen" is:
There are 837 dots after 1 fold
#### ### #### ## # # ## # # # #
# # # # # # # # # # # # # #
### # # # # ## # #### # #
# ### # # ## # # # # # # #
# # # # # # # # # # # # #
#### # #### ### # # ## # # ##
#### ### #### ## # # ## # # # #
# # # # # # # # # # # # # #
### # # # # ## # #### # #
# ### # # ## # # # # # # #
# # # # # # # # # # # # #
#### # #### ### # # ## # # ##
This is the activation code
```
@@ -156,10 +156,11 @@ The result of subtracting the least from most common element quantities is 35727
### Day fifteen
Today's solution is SLLLLLLOOOOOOOWWW (~75 minutes) but correct!
```sh
$ ./aoc2021 --fifteen
The solution for "fifteen" is:
fifteen part 1 answer for path
fifteen part 2 answer for path
The total risk of the least risky path is 415
The total risk of the least risky path is 2864
```