advent-of-code/2019-python/output
Anders Englöf Ytterström 40274ea044 Solve 2019:14 "Space Stoichiometry"
Got stuck completely at part 1. Last 2 examples
did not add up, off by 100 ore.

I did know that I had to count by overflows somehow,
but I could not manage it. After countless hours
writing a verbose debugger, I wiped the whole thing
and looked at this code for inspiration:

https://github.com/sophiebits/adventofcode/blob/master/2019/day14.py

It works by using modulus and removing all keys
in a dict except ORE.
2023-12-29 00:36:55 +01:00
..
__init__.py Solve 2019:12 "The N-Body Problem" 2023-12-27 13:39:10 +01:00
day_01.py Lint and Refactor day 1-11 2023-12-19 18:34:03 +01:00
day_02.py Lint and Refactor day 1-11 2023-12-19 18:34:03 +01:00
day_03.py Lint and Refactor day 1-11 2023-12-19 18:34:03 +01:00
day_04.py Lint and Refactor day 1-11 2023-12-19 18:34:03 +01:00
day_05.py Lint and Refactor day 1-11 2023-12-19 18:34:03 +01:00
day_06.py Lint and Refactor day 1-11 2023-12-19 18:34:03 +01:00
day_07.py Lint and Refactor day 1-11 2023-12-19 18:34:03 +01:00
day_08.py Lint and Refactor day 1-11 2023-12-19 18:34:03 +01:00
day_09.py Lint and Refactor day 1-11 2023-12-19 18:34:03 +01:00
day_10.py Lint and Refactor day 1-11 2023-12-19 18:34:03 +01:00
day_11.py Lint and Refactor day 1-11 2023-12-19 18:34:03 +01:00
day_12.py Solve 2019:12 "The N-Body Problem" 2023-12-27 13:39:10 +01:00
day_14.py Solve 2019:14 "Space Stoichiometry" 2023-12-29 00:36:55 +01:00
intcode_computer.py Lint and Refactor day 1-11 2023-12-19 18:34:03 +01:00