summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2018-12-08Day 8: Recursing the treeJustin Worthe
2018-12-07Day 7: Task schedulingJustin Worthe
2018-12-06Day 6: Manhattan distances and coordinatesJustin Worthe
2018-12-05Added a convenient debug macroJustin Worthe
Prints the expression along with it's value. Thanks to Steve Donovan for giving me the idea at the Rust meetup!
2018-12-05Day 5: Mutating stringsJustin Worthe
2018-12-04Day 4: Event sourcingJustin Worthe
2018-12-03Day 3: Finding collisionsJustin Worthe
2018-12-02Day 2: Scanning stringsJustin Worthe
2018-12-01Updated template to run in release modeJustin Worthe
I'm trying to practice more functional idioms in Rust, and they tend to be slower than expected if you're running in debug mode.
2018-12-01More functional take on day 1Justin Worthe
2018-12-01Day 1Justin Worthe
2018-11-17Scaffolded out files for each day of the advent of codeJustin Worthe
These don't really do anything except make it a bit easier and faster to start the day's challenge.
2018-11-17Initial scaffolding for doing advent of code challengesJustin Worthe
Mostly just having a project and a convenient way of reading in a file.