This pull request implements the following:
A testing framework for variable data size for insert, delete and search on the AVL tree library.
Metric visualization scripts to run the testing framework on our custom AVL tree library vs. standard BST tree and output metric graphs of the system resource usage (MEM + CPU) over the running time.
This pull request implements the following: A testing framework for variable data size for insert, delete and search on the AVL tree library. Metric visualization scripts to run the testing framework on our custom AVL tree library vs. standard BST tree and output metric graphs of the system resource usage (MEM + CPU) over the running time.