This repository contains data structures and algorithms I have studied and explored for fun!
The data structures are implemented in Rust. Some of them use raw pointers and the tests
should be run with miri
to check for undefinded behavior:
rustup toolchain install nightly --component miri
rustup override set nightly
cargo miri test