Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trees Rust

Rust implementations of tree data structures. Currently includes:

  • Cartesian tree

Docs

See docs/*.md for notes.

Tests

cargo test

Fuzzing

Enter the Nix shell:

nix-shell

For example, to test the Cartesian tree fuzzer,

cargo fuzz run cartesian_tree -- -max_total_time=60

Run a fixed number of inputs:

cargo fuzz run cartesian_tree -- -runs=100000

Crash artifacts are saved in fuzz/artifacts/cartesian_tree/.

About

Rust implementations of tree data structures

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages