advent-of-code/2022/rust
2022-12-15 14:27:29 +01:00
..
inputs 2022 rust day 15 wip 2022-12-15 13:40:51 +01:00
src 2022 rust day 15 part 1 2022-12-15 14:27:29 +01:00
Cargo.lock 2022 rust day 4 2022-12-04 12:11:58 +01:00
Cargo.toml 2022 rust day 4 2022-12-04 12:11:58 +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