Entries by admin

Lab Handout: Week #07 (Solved)

Last week we learned about unit testing, and the Catch framework for unit testing in C++. This week we’re going to do the same, only this time we’re going to write unit tests against a working AVL tree class that properly rotates and rebalances the tree. Assume all public functions are working except insert. Your […]