advent-of-code/2019-python/output
Anders Ytterström 5be719dcf9 Solve 2019:06 "Universal Orbit Map"
Tried to solve part 2 using BFS, but did not
figure out a way to find shortest path. Fell
back to a less elegant but more simple
approach.
2023-12-19 14:51:11 +01:00
..
__init__.py Initiate AoC 2019 in python 2023-12-19 14:51:11 +01:00
day_01.py Solve 2019:01 "The Tyranny of the Rocket Equation" 2023-12-19 14:51:11 +01:00
day_02.py Solve 2019:05 "Sunny with a Chance of Asteroids" 2023-12-19 14:51:11 +01:00
day_03.py Solve 2019:03 "Crossed Wires" 2023-12-19 14:51:11 +01:00
day_04.py Solve 2019:04 "Secure Container" 2023-12-19 14:51:11 +01:00
day_05.py Solve 2019:05 "Sunny with a Chance of Asteroids" 2023-12-19 14:51:11 +01:00
day_06.py Solve 2019:06 "Universal Orbit Map" 2023-12-19 14:51:11 +01:00
intcode_computer.py Solve 2019:05 "Sunny with a Chance of Asteroids" 2023-12-19 14:51:11 +01:00