From 0479978e1749718c35d46c864005851a033c3011 Mon Sep 17 00:00:00 2001 From: Maciej Jur Date: Wed, 7 Dec 2022 19:25:38 +0100 Subject: [PATCH] Create README.md --- 2022/rust/src/solutions/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 2022/rust/src/solutions/README.md diff --git a/2022/rust/src/solutions/README.md b/2022/rust/src/solutions/README.md new file mode 100644 index 0000000..8870bcb --- /dev/null +++ b/2022/rust/src/solutions/README.md @@ -0,0 +1,2 @@ +### Unsafe count 😅 +1. Day 7: mutable pointer to parent stored in the tree node. Unsafe deref when traversing upwards