binary_search_tree 0.2.0

Binary search tree implementation
Documentation

binary_search_tree

A classic Binary Search Tree written in Rust.

In this implementation, each node of the binary tree contains only one useful value. To order the nodes, the elements must implement the Ord trait.

The BinarySearchTree struct provides the following methods:

If you have any comments or suggestions, or you suddenly found an error, please write to prototyperailgun@gmail.com.