brandon-a / CIS-22C-Group-Project

Using different data structures to organize USDA nutritional facts.
0 stars 0 forks source link

BST clear/empty function #16

Closed theorangepotato closed 8 years ago

theorangepotato commented 8 years ago

I want to add an open file option, so if you could implement something that clears out the BSTs so that they can be rebuilt, that would be great! I've already added it to the HashTable.

brandon-a commented 8 years ago

I already have a clear function that does this, it can be called as such:

keyBST.clear();
secBST.clear();
theorangepotato commented 8 years ago

Awesome!