index
:
advent-of-code.git
main
My solutions to the Advent of Code challenges
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
Age
Commit message (
Collapse
)
Author
2019-12-14
Intcode computer to use bigints and unlimited memory space!
Justin Wernick
Also started a more complete error reporting scheme.
2019-12-13
Day 8, image processing
Justin Wernick
2019-12-13
Did the feedback loop for the amplifier circuit
Justin Wernick
2019-12-12
Day 7 part 1 (it's dirty and doesn't solve part 2 yet)
Justin Wernick
2019-12-11
Intcode program into lib! It's shared code now.
Justin Wernick
2019-12-11
Day 6: Orbital maps
Justin Wernick
2019-12-11
Input parsing for day 6
Justin Wernick
2019-12-11
Cleaned up error handling
Justin Wernick
It still doesn't say anything about the errors, but maybe next time.
2019-12-05
Day 5: It technically works, even if it's ugly
Justin Wernick
2019-12-05
Day 4 - some quick iteration
Justin Wernick
2019-12-05
Day 3: It's clunky in parts but it solves the problem
Justin Wernick
2019-12-02
Removed redundant call to run program
Justin Wernick
2019-12-02
Abstract the repeated code
Justin Wernick
2019-12-02
Day 2: Intcode machine!
Justin Wernick
2019-12-01
Better error handling
Justin Worthe
2019-12-01
Dressed day 1 up as a cli app
Justin Worthe
2019-12-01
Day 1
Justin Worthe