Crate binary_tree [] [src]

Provides a collection of binary tree based data structures and algorithms.

Terminology

Modules

count

Counting tree implementation.

cow

Copy-on-Write pointers.

iter

Generic iterators.

test

Data structures and algorithms for testing purposes.

unbox

Pointer unboxing.

Enums

WalkAction

List of actions during a Node::walk or NodeMut::walk_*.

Traits

BinaryTree
Node

Generic methods for traversing a binary tree.

NodeMut

Mutating methods on a Binary Tree node.