Crate ds_bst[][src]

Structs

BinarySearchTree

Implements a Binary Search Tree. This is a recursive data structure and left and right refers to sub trees.