Commit Graph

34 Commits

Author SHA1 Message Date
e5f615cf48 Completed day 12 part 1 2019-08-04 22:33:16 -04:00
0d84ff39b8 Fix day 11 tests 2019-08-04 19:24:57 -04:00
fa882266a6 Speed up day 11 with summed area table 2019-08-04 18:55:17 -04:00
55c949f796 Benchmark day 11 2019-08-04 18:54:11 -04:00
6190b9742c Completed day 11 2019-08-03 15:53:36 -04:00
f615a47bb6 Fix day 10 tests 2019-08-03 13:58:57 -04:00
f5aa9aad9b Completed day 10 2019-08-03 01:54:17 -04:00
21a0815fd7 Day 9 part 2
Switch to using a `VecDeque` instead and rotate it on each turn.
2019-02-16 15:49:30 -05:00
d0fe734212 Day 9 part 1 2019-02-16 15:09:13 -05:00
dc5e1c6427 Day 9 WIP working on test example
Still need to handle a special case for the full example.
2019-02-16 02:27:38 -05:00
af6709d2a8 Rustfmt day 8 2019-02-15 23:48:12 -05:00
f155273a5b Day 8 part 2 2019-02-15 23:47:02 -05:00
e82f8b3820 Day 8 part 1 2019-02-15 23:15:19 -05:00
33c926887d Completed day 7 part 2 2019-01-26 02:59:01 -05:00
595605daaf Use char instead of String for step letter
More efficient and ergonomic.
2019-01-26 00:20:42 -05:00
f00091cbf0 Switch to a less verbose input error handling 2019-01-04 00:04:39 -05:00
0f2e4bdf47 rustfmt and fix clippy warnings 2019-01-03 01:10:10 -05:00
f4392d62c0 Completed day 7 part 1 2019-01-02 01:32:44 -05:00
e3ab089ce3 Completed day 6 part 2 2019-01-02 01:32:15 -05:00
bd6c348581 Completed day 6 part 1 2019-01-01 21:00:04 -05:00
41eaeb8192 WIP day 6 filling grid single coord, mult failing 2018-12-26 01:38:00 -05:00
35af0175f0 WIP day 6: debugging infinite fill recursion 2018-12-24 12:20:22 -05:00
7307f6a76e WIP day 6: reading coords, creating grid 2018-12-23 23:34:59 -05:00
57d8189964 Day 5 part 2 2018-12-20 00:46:36 -05:00
20ab475034 Day 5 part 1 2018-12-20 00:21:04 -05:00
3f74dcb73e Day 4 part 2
It passes the tests but the real solution is incorrect :(
2018-12-17 23:34:54 -05:00
dc1211cae2 Day 4 part 1 2018-12-16 15:59:17 -05:00
ac311a1b1c Day 4 WIP parsing lines 2018-12-15 17:52:48 -05:00
a3abcbf107 Day 3 part 2 2018-12-15 15:57:25 -05:00
e54d9297ff Day 3 part 1 2018-12-15 02:53:53 -05:00
8fe3e93bd6 Day 1 part 2
I didn't realize there was a part two before.
2018-12-14 22:39:40 -05:00
b7b9654a00 Day 2 part 2 2018-12-13 01:21:36 -05:00
13e3a5202b Day 2 part 1 2018-12-12 23:35:34 -05:00
4b4ba0602d Completed Day 1
A bit behind! :o
2018-12-12 00:04:49 -05:00