andey-robins / hashproject

Final Project for COSC 2030 at the University of Wyoming
Apache License 2.0
2 stars 2 forks source link

Add new object to structure #10

Closed andey-robins closed 5 years ago

andey-robins commented 5 years ago

This pull request addresses: -Growing the tree by the proper size by calling grow(structure) -Adding a new leaf to the tree with newEntry(structure, index, event) -Recursively updating hashes up the tree

Unit tests have been added to UnitTests.cpp