advent-of-code/2022/rust/README.md
2022-12-08 12:29:29 +01:00

11 lines
481 B
Markdown

# Advent of Code 2022
- inputs => [/2022/rust/inputs](https://github.com/kamoshi/advent-of-code/tree/master/2022/rust/inputs)
- solutions => [/2022/rust/src/solutions](https://github.com/kamoshi/advent-of-code/tree/master/2022/rust/src/solutions)
### 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