dsa_
rust
0.1.0
Module linked_
bst
Sections
About
Design
Example
Module Items
Structs
In dsa_
rust::
hierarchies
dsa_rust
::
hierarchies
Module
linked_bst
Copy item path
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