8.12. Search Tree Operations

efore we look at the implementation, let’s discuss the operations that will be provided by the BinarySearchTree. You should notice that this interface is very similar to the C++ Hash Table developed earlier. While the operations provided by BinarySearchTree are the same as the Hash Table, we will see that how items are stored and accessed is very different.

You have attempted of activities on this page