advent-of-code/2022/rust
2022-12-25 11:29:15 +01:00
..
inputs 2022 day 25 rust 🫡 2022-12-25 11:29:15 +01:00
src 2022 day 25 rust 🫡 2022-12-25 11:29:15 +01:00
Cargo.lock 2022 day 16 part 2 wip 2022-12-16 20:42:57 +01:00
Cargo.toml 2022 day 16 part 2 wip 2022-12-16 20:42:57 +01:00
README.md 2022 rust readme 2022-12-08 12:29:29 +01:00
template.rs 2022 rust day 14 part 1 2022-12-14 19:23:57 +01:00

Advent of Code 2022

Unsafe count 😅

  1. Day 7: mutable pointer to parent stored in the tree node. Unsafe deref when traversing upwards

Notes to self

  • Day 8: Once again AoC reminded me that sometimes the simpler solution is easier and better