Closed calgagi closed 3 years ago
Include friend class avlTester that is only compiled if CP_GEN_TESTS is defined.
avlTester
CP_GEN_TESTS
Also probably should get rid of a few of Node's member variables in order to decrease memory usage.
Node
We can also refactor avl to just be a wrapper around std::multiset. This might be a good idea, need to think about this later.
avl
std::multiset
Include friend class
avlTester
that is only compiled ifCP_GEN_TESTS
is defined.Also probably should get rid of a few of
Node
's member variables in order to decrease memory usage.