Question: 4. (4 points - Completeness) Lookup with BST. You may have realized by now that BSTs are great for implementing lookup structures. As such, in

4. (4 points - Completeness) Lookup with BST. You may have realized by now that BSTs are great for implementing lookup structures. As such, in this question, we wish to implement a Set using Binary Search Trees. You should assume that the bst class is fully implemented, and you will use it to implement the Set class. Given below are the headers to a C++ Set class and the bst container with methods to support search, insert, delete and traverse. (implementation details omitted): template
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
