From c8b291bcb8a11585a5de69be18e9fd4dc6f7f643 Mon Sep 17 00:00:00 2001 From: James Griffin Date: Wed, 15 Dec 2021 19:17:15 -0400 Subject: [PATCH] Add solution confirming correctness but slowness --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0c16107..97dc247 100644 --- a/README.md +++ b/README.md @@ -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 ``` -