4.Project 2 Design (1)§
Two Tree Implementation
Each tree serves as an index (a search structure for a given key)
Four BSTs (sharing one generalized implementation)
A Bintree for searching by location
When you insert a seminar, every tree has a reference to the
same copy of the seminar object
This is important: When you need to find the right record to
delete in a tree that has duplicate key values (cost, keyword,
date, location), you can trust pointer equals!