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. - Tree
Builder - Associated function set for creating a binary tree.
Enums§
- Traversal
Type - The classic traversal types of binary tree.
- Tree
Error - Error when constructing a binary tree.