Update README.md

This commit is contained in:
Maciej Jur 2022-12-07 20:10:21 +01:00 committed by GitHub
parent 674d5b9992
commit b65757c3c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,6 @@
# 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