8.11. Search Tree Operations

Before we look at the implementation, let’s review the interface provided by the map ADT. You will notice that this interface is very similar to the C++ Hash Table.

Next Section - 8.12. Search Tree Implementation