#tree #binary #counting #count

binary-tree

Collection of Binary Tree data structures and algorithms

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

#47 in #counting

Download history 10/week @ 2024-02-19 8/week @ 2024-02-26 59/week @ 2024-04-01

59 downloads per month
Used in lz_diet

MIT/Apache

52KB
1.5K SLoC

binary-tree

Crates.io

A Rust library providing a collection of generic Binary Tree algorithms.

Documentation

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