Commit Graph

9 Commits

Author SHA1 Message Date
c16ef40d73 Correct formatting. 2019-02-18 15:13:48 +01:00
2f0c8ef2d4 Replace format("{}") with .to_string() where possible. 2018-12-22 10:07:14 +01:00
3b825ac933 Move manhattan metric function to trait. 2018-12-22 09:40:09 +01:00
7369fd2290 Small improvement to day 15. 2018-12-15 22:25:59 +01:00
14a766f6f2 Implement day 15 part 2. 2018-12-15 22:16:30 +01:00
10918a62ad Fix day 15 part 1. 2018-12-15 21:12:58 +01:00
ae51e3c114 Clean up and simplify.
The idea is that this makes it easier to debug. I'm not sure it does
yet.
2018-12-15 19:12:33 +01:00
069e381aeb Partial solution for day 15 part 1.
Partial in the sense that it doesn't actually work for my input, only
for the samples.
2018-12-15 18:02:16 +01:00
9b287a0098 Prepare future scaffolding.
Also reformat the code, but that is nothing significant.
2018-12-09 13:02:54 +01:00