CS-151 Labs
Lab 7. Balanced BST. Tree Map
Due before 10:00pm, Sunday, November 20
After this lab, you should be able to:
- implement a TreeMap data structure using AVL trees.
- parse data from CSV files.
Starter code has been provided in Lab7.zip.
We provide you with the following files that you will not need to change:
BookSearchFrame.java
BookData.java
And the following files that you will need to modify:
MyTreeMap.java
BookFinder.java
You will need to create the following Java files:
MyTreeMapTest.java