Carrigan / advent-of-code-2020

My Rust solutions for Advent of Code 2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO:

  • Day 11 is inefficient with creating so many Vec<usize>s for adjacency when we know it will be at most 8 adjacent members. Could return an array or figure out how to return an iterator

About

My Rust solutions for Advent of Code 2020


Languages

Language:Rust 100.0%