advent-of-code-2022/day_9/src
Peter dd3ec11462 day 9
i learnt more about how memory safety in rust works and why we need to
split a vector when mutating it in two locations to ensure they don't
conflict. makes a lot of sense to me now. also learnt that tuples can be
used in `match`, makes stuff really clean.
2022-12-10 02:06:38 +08:00
..
main_pt1.rs day 9 2022-12-10 02:06:38 +08:00
main.rs day 9 2022-12-10 02:06:38 +08:00