Module linked_bst

Source
Expand description

A safe, linked binary search tree (BST)

§About

§Design

§Example

Structs§

BinTree
The BinTree struct contains operations specific to binary trees.
Node
Represents a proper binary tree if left and right are Some