Module diagnosis

Source
Expand description

Most utilities for operating on TreeNode.

Structs§

T
Zero cost wrapper for Option<Rc<RefCell<TreeNode>>>, also for bypassing the orphan rule. There are many useful methods for operating on the binary tree as well.
TreeBuilder
Associated function set for creating a binary tree.

Enums§

TraversalType
The classic traversal types of binary tree.
TreeError
Error when constructing a binary tree.

Type Aliases§

TreeHandle