advent-of-code/2022/rust
2022-12-07 20:10:21 +01:00
..
inputs 2022 rust day 7 part 1 2022-12-07 16:00:48 +01:00
src 2022 rust refactor 2022-12-07 20:05:33 +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 Update README.md 2022-12-07 20:10:21 +01:00
template.rs 2022 rust refactor 2022-12-07 20:05:33 +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