This is for CS321 Data Structures. The objective is to create a program using BTrees to sort large amount of objects and to gain more experience working with a team of programmers.
It will be a Cache of BTreeNode objects. Add the generic Cache code from Project 1 to this project.
Modify SSHCreateBtree.java and BTree to use the Cache.
Test for correctness and performance improvement.
It will be a Cache of BTreeNode objects. Add the generic Cache code from Project 1 to this project. Modify SSHCreateBtree.java and BTree to use the Cache. Test for correctness and performance improvement.