Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-25 | Day 25: Forming groups | Justin Worthe | |
2018-12-24 | Day 24: Simulating army fights | Justin Worthe | |
2018-12-23 | Day 22: Debugs on autoresizing map | Justin Worthe | |
2018-12-23 | Day 23: Searching in a massive 3d space | Justin Worthe | |
2018-12-22 | Day 22: 3D Pathfinding | Justin Worthe | |
2018-12-21 | Day 21: Simulating overflows | Justin Worthe | |
2018-12-20 | More targeted dedup on day 20 | Justin Worthe | |
2018-12-20 | Day 20: Regex pathfinding | Justin Worthe | |
2018-12-19 | Day 19: Disassembler | Justin Worthe | |
2018-12-18 | Day 18: Game of tree-life | Justin Worthe | |
2018-12-17 | Day 17: Questionable fluid dynamics | Justin Worthe | |
2018-12-16 | Day 16: Finding the opcodes on an unknown cpu | Justin Worthe | |
2018-12-15 | Day 15: Roguelike | Justin Worthe | |
2018-12-14 | Day 14: Building a list of digits | Justin Worthe | |
2018-12-13 | Day 13: Following a path | Justin Worthe | |
2018-12-12 | Day 11: Cellula automata | Justin Worthe | |
2018-12-11 | Day 11: Finding a max sum of an area | Justin Worthe | |
2018-12-10 | Day 10: Finding patterns in the stars | Justin Worthe | |
2018-12-09 | Day 9: Inserting into very big lists | Justin Worthe | |
2018-12-08 | Day 8: Recursing the tree | Justin Worthe | |
2018-12-07 | Day 7: Task scheduling | Justin Worthe | |
2018-12-06 | Day 6: Manhattan distances and coordinates | Justin Worthe | |
2018-12-05 | Added a convenient debug macro | Justin Worthe | |
Prints the expression along with it's value. Thanks to Steve Donovan for giving me the idea at the Rust meetup! | |||
2018-12-05 | Day 5: Mutating strings | Justin Worthe | |
2018-12-04 | Day 4: Event sourcing | Justin Worthe | |
2018-12-03 | Day 3: Finding collisions | Justin Worthe | |
2018-12-02 | Day 2: Scanning strings | Justin Worthe | |
2018-12-01 | Updated template to run in release mode | Justin 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-01 | More functional take on day 1 | Justin Worthe | |
2018-12-01 | Day 1 | Justin Worthe | |
2018-11-17 | Scaffolded out files for each day of the advent of code | Justin Worthe | |
These don't really do anything except make it a bit easier and faster to start the day's challenge. | |||
2018-11-17 | Initial scaffolding for doing advent of code challenges | Justin Worthe | |
Mostly just having a project and a convenient way of reading in a file. |