-
Notifications
You must be signed in to change notification settings - Fork 0
The Problem
Alex Nordhoff edited this page Dec 9, 2020
·
5 revisions
There is not an easy, quick way to implement a Binary Search Tree or AVL Tree in C++.
This project is one that was created by me that helps solve the problem that is stated above, and the BSTree data structure that I created lets you customize the Tree and helps you to understand what goes on behind the scenes in the data structure that is a Binary Search Tree.
This Project would be one that you could easily use and plug into another project, and help that project become more time efficient, if one is looking to do binary searches.