peterkejun / Waterlove-AVL-Library

0 stars 0 forks source link

Implemented Metrics Visualization Scripts with Test Framework #14

Closed rayyang29 closed 2 years ago

rayyang29 commented 2 years ago

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.