/Binary_Search_Tree

Binary search tree implementation that allows insertion, recursive or iterative search, and pre-order, in-order, or post-order traversal. Deletion of a node is unfinished.

Primary LanguageAda

Binary_Search_Tree

Binary search tree implementation that allows insertion, recursive or iterative search, and pre-order, in-order, or post-order traversal. Deletion of a node is unfinished.