Rust implementations of tree data structures. Currently includes:
- Cartesian tree
See docs/*.md for notes.
cargo testEnter the Nix shell:
nix-shellFor example, to test the Cartesian tree fuzzer,
cargo fuzz run cartesian_tree -- -max_total_time=60Run a fixed number of inputs:
cargo fuzz run cartesian_tree -- -runs=100000Crash artifacts are saved in fuzz/artifacts/cartesian_tree/.