Commit Graph

6 Commits

Author SHA1 Message Date
2f0c8ef2d4 Replace format("{}") with .to_string() where possible. 2018-12-22 10:07:14 +01:00
f23624c456 Fix all clippy warnings. 2018-12-17 12:26:31 +01:00
63a5f81d8c Pre-allocate correct size. 2018-12-09 17:47:22 +01:00
c17be69910 Replace linkedlist with VecDeq.
Slightly slower but a lot cleaner.
2018-12-09 13:27:05 +01:00
9b04e3b2c9 Implement day 9 part 2.
Linked lists in rust are a pain, but we got there.
2018-12-09 10:57:47 +01:00
1d5869af70 Implement day 9 part 1. 2018-12-09 10:47:21 +01:00