mirror of
https://github.com/Crocmagnon/advent-of-code.git
synced 2024-11-05 06:14:01 +01:00
Add day 14 part 2 solution
This commit is contained in:
parent
7e66706a4a
commit
f8548cf871
1 changed files with 2 additions and 1 deletions
|
@ -125,4 +125,5 @@ def solve_part_2(walls: Walls, deepest_wall: int) -> int:
|
|||
|
||||
if __name__ == "__main__":
|
||||
main("inputs/day14-test1", expected_part_1=24, expected_part_2=93)
|
||||
main("inputs/day14", expected_part_1=843)
|
||||
main("inputs/day14", expected_part_1=843, expected_part_2=27625)
|
||||
# part 2 "only" took 43 minutes 32s on my M1 Pro MacBook Pro.
|
||||
|
|
Loading…
Reference in a new issue