Description
In our labs we have used unbalanced Binary Search Trees. In this project:
- Pick two balanced binary search tree implementations (AVL, Red-Black, ScapeGoat, 2-3, AA, Splay, Treap, etc) and implement our interface.
- Next research what situations each perform better or worse in. Namely:
- Tell me the situation one exhibits better performance.
- Tell me why you believe that is the case.
- Then generate test cases show one performing better than the other. Generate a performance graph.
You may add functions to our Binary Tree implementation!




