3 releases (breaking)
Uses old Rust 2015
0.2.0 | May 22, 2016 |
---|---|
0.1.0 | May 6, 2016 |
0.0.1 | Apr 17, 2016 |
#42 in #counting
Used in lz_diet
52KB
1.5K
SLoC
binary-tree
A Rust library providing a collection of generic Binary Tree algorithms.
License
MIT/Apache-2.0 dual licensed
lib.rs
:
Provides a collection of binary tree based data structures and algorithms.
Terminology
- The root of a tree is considered to be at the top.
- Height of a node is the length of the longest path to its leaves. Thus all leaf nodes have zero height.
Dependencies
~0–0.8MB
~14K SLoC