advent-of-code-2020 icon indicating copy to clipboard operation
advent-of-code-2020 copied to clipboard

:christmas_tree: My Advent of Code solutions in Rust. http://adventofcode.com/2020

Results 2 advent-of-code-2020 issues
Sort by recently updated
recently updated
newest added

Hi Tim, I admire your elegant, idiomatic solutions, however sometimes you got lucky. For example in day04 parsing at https://github.com/timvisee/advent-of-code-2020/blob/0dd2865bac2597928f476617664db6b4c4998baa/day04b/src/main.rs#L26 you would panic due to calling `unwrap()` in case the...

Hi, first: Many thanks for sharing your solution and your very insightful webpage, explaining the thinking process. This helped me tremendously. On my way to solve the puzzle I implemented...