Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-01 | Add initial aoc common code | cos | |
2020-12-01 | Add code to measure time and memory consumption | cos | |
2020-12-01 | Add day01, 2020 | cos | |
2020-12-01 | Initial addition of support scripts | cos | |
2019-12-16 | Add day16, 2019 | cos | |
2019-12-13 | Add day13, 2019 | cos | |
2019-12-12 | Add measurement of peak memory usage | cos | |
2019-12-12 | Add day12, 2019 | cos | |
2019-12-11 | Add part 1 of day25, 2015 | cos | |
2019-12-11 | Add day11, 2019 | cos | |
2019-12-11 | Add day10, 2019 | cos | |
2019-12-11 | Add execution time measurement scripts | cos | |
2019-12-09 | Add day09, 2019 | cos | |
2019-12-08 | Add day08, 2019 | cos | |
2019-12-07 | Add day07, 2019 | cos | |
Solution search is implemented as shell scripts. Ugly and fragile, but it got the task done. | |||
2019-12-06 | Add day06, 2019 | cos | |
2019-12-05 | Add day05, 2019 | cos | |
2019-12-04 | Add day04, 2019 | cos | |
2019-12-03 | Add day03, 2019 | cos | |
Implemented with the wire map as a newtype based on BTreeMap. Not necessarily the best choice, but it was fun to write. | |||
2019-12-02 | Add day02, 2019 | cos | |
2019-12-01 | Compactify/clean-up code | cos | |
2019-12-01 | Initial commit of solutions for adventofcode.com | cos | |
With rust implementation for day01 of 2019. |