Skip to content

ValliereMagic/splay_tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generic Splay Tree Implementation in C++ and Rust

  • Running the C++ version (using the meson build system on GNU/linux)
    • meson <build_dir_name>
    • cd <build_dir_name>
    • meson compile
    • ./splay_tree
  • Running the Rust version (using cargo)
    • cd Rust/splay_tree
    • cargo run --release

Peer Programmed by ValliereMagic & mchapados

About

Generic Splay Tree Implementation in C++ and Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published