Skip to content

cathy-sjh/binary-search-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binary-search-tree

分别用迭代法和递归法实现的二叉查找树,使用features选择迭代法或递归法,默认使用递归实现。

编译:递归方式和迭代方式

cargo build
cargo build --features no_recur

测试:递归方式和迭代方式

cargo test
cargo test --features no_recur

文档查看:递归方式和迭代方式

cargo doc --open
cargo doc --features no_recur --open

性能测试:递归方式和迭代方式

cargo run --example bench
cargo run --example bench --features no_recur

About

分别用迭代法和递归法实现的二叉查找树

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages