Skip to main content

Section 8.12 Search Tree Operations

Before 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 in Section 6.5. 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.