My Advent of Code solutions in Python. kevinyap.ca/2019/12/going-fast-in-advent-of-code/
advent-of-code python
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add output for 2019/15

+3 -1
+1 -1
2019/day15.py
··· 77 77 assert 2 in BOARD.values() 78 78 79 79 print "Optimal movement to oxygen:", bfs(BOARD, Point(0, 0), OXYGEN) 80 - print "Minutes taken to fill up:", bfs(BOARD, OXYGEN) 80 + print "Minutes taken to fill up:", bfs(BOARD, OXYGEN) - 1
+2
2019/outputs/15.txt
··· 1 + 318 2 + 390