summaryrefslogtreecommitdiff
path: root/19.c
AgeCommit message (Expand)Author
2022-12-31Puzzle 19: Don't do nothing if we could build all robots.Adam Spragg
2022-12-31Puzzle 19: Switch default build strategy to "exhaustive"Adam Spragg
2022-12-31Puzzle 19: Solve part 1 (yay!)Adam Spragg
2022-12-31Puzzle 19: Don't build ore/clay robots when short on timeAdam Spragg
2022-12-31Puzzle 19: Never build more robots than neededAdam Spragg
2022-12-31Puzzle 19: Use int instead of long for material amounts/robotsAdam Spragg
2022-12-31Puzzle 19: Only build at most one robot per round!Adam Spragg
2022-12-30Puzzle 19: Add an "exhaustive" build strategy.Adam Spragg
2022-12-30Puzzle 19: Allow user to specify build strategyAdam Spragg
2022-12-30Puzzle 19: Allow user to specify number of roundsAdam Spragg
2022-12-30Puzzle 19: Fix debug info for geodesAdam Spragg
2022-12-29Puzzle 19: Move the timing loop into the build functionAdam Spragg
2022-12-29Puzzle 19: Move blueprint id into the blueprintAdam Spragg
2022-12-20First attempt at puzzle 19 part 1 (buggy)Adam Spragg