advent-of-code/2022/rust/README.md

7 lines
368 B
Markdown
Raw Normal View History

2022-12-07 20:10:21 +01:00
# 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)
2022-12-07 19:25:38 +01:00
### Unsafe count 😅
1. Day 7: mutable pointer to parent stored in the tree node. Unsafe deref when traversing upwards