summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-02Extra findingJustin Wernick
2019-12-02Day 2: Intcode machine!Justin Wernick
2019-12-01Better error handlingJustin Worthe
2019-12-01Dressed day 1 up as a cli appJustin Worthe
2019-12-01Day 1Justin Worthe
2019-11-30Initial commitJustin Worthe
2018-12-25Day 25: Forming groupsJustin Worthe
2018-12-24Day 24: Simulating army fightsJustin Worthe
2018-12-23Day 22: Debugs on autoresizing mapJustin Worthe
2018-12-23Day 23: Searching in a massive 3d spaceJustin Worthe
2018-12-22Day 22: 3D PathfindingJustin Worthe
2018-12-21Day 21: Simulating overflowsJustin Worthe
2018-12-20More targeted dedup on day 20Justin Worthe
2018-12-20Day 20: Regex pathfindingJustin Worthe
2018-12-19Day 19: DisassemblerJustin Worthe
2018-12-18Day 18: Game of tree-lifeJustin Worthe
2018-12-17Day 17: Questionable fluid dynamicsJustin Worthe
2018-12-16Day 16: Finding the opcodes on an unknown cpuJustin Worthe
2018-12-15Code housekeeping: Added a readmeJustin Worthe
2018-12-15Day 15: RoguelikeJustin Worthe
2018-12-14Day 14: Building a list of digitsJustin Worthe
2018-12-13Day 13: Following a pathJustin Worthe
2018-12-12Day 11: Cellula automataJustin Worthe
2018-12-11Day 11: Finding a max sum of an areaJustin Worthe
2018-12-10Day 10: Finding patterns in the starsJustin Worthe
2018-12-09Day 9: Inserting into very big listsJustin Worthe
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.
2017-12-25Day 25: The Turing machineJustin Worthe
2017-12-24Day 24: I will build the strongest lego-bridge in the galaxy!Justin Worthe
2017-12-23Day 23: Rewrite this assembly as a decent program...Justin Worthe
2017-12-22Day 22: Viruses on a planeJustin Worthe
2017-12-21Day 21: Excessive pattern matchingJustin Worthe
It feels a bit manual at the moment, the way I did arrays, but it runs ridiculously fast.
2017-12-21Template for remaining daysJustin Worthe
2017-12-20Day 20: Colliding points in 3DJustin Worthe
2017-12-19Day 19: Follow the pathJustin Worthe
I had to change my input stuff for this one. I hope no longer trimming leading whitespace won't break any previous solutions.
2017-12-18Day 18: Just implement this multicore cpu for me quickly...Justin Worthe
2017-12-17Day 17: Circular bufferJustin Worthe
2017-12-16Day 16: Now do it a billion times...Justin Worthe