index
:
adventofcode-2022
main
Advent of Code 2022
adam@spra.gg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
19.c
Age
Commit message (
Expand
)
Author
2023-01-19
Puzzle 19: Don't build a robot if we could have built it earlier
Adam Spragg
2022-12-31
Puzzle 19: Solve part 2
Adam Spragg
2022-12-31
Puzzle 19: Don't build a type of robot if we have lots of that resource
Adam Spragg
2022-12-31
Puzzle 19: Don't do nothing if we could build all robots.
Adam Spragg
2022-12-31
Puzzle 19: Switch default build strategy to "exhaustive"
Adam Spragg
2022-12-31
Puzzle 19: Solve part 1 (yay!)
Adam Spragg
2022-12-31
Puzzle 19: Don't build ore/clay robots when short on time
Adam Spragg
2022-12-31
Puzzle 19: Never build more robots than needed
Adam Spragg
2022-12-31
Puzzle 19: Use int instead of long for material amounts/robots
Adam Spragg
2022-12-31
Puzzle 19: Only build at most one robot per round!
Adam Spragg
2022-12-30
Puzzle 19: Add an "exhaustive" build strategy.
Adam Spragg
2022-12-30
Puzzle 19: Allow user to specify build strategy
Adam Spragg
2022-12-30
Puzzle 19: Allow user to specify number of rounds
Adam Spragg
2022-12-30
Puzzle 19: Fix debug info for geodes
Adam Spragg
2022-12-29
Puzzle 19: Move the timing loop into the build function
Adam Spragg
2022-12-29
Puzzle 19: Move blueprint id into the blueprint
Adam Spragg
2022-12-20
First attempt at puzzle 19 part 1 (buggy)
Adam Spragg