peterkejun / Waterlove-AVL-Library

0 stars 0 forks source link

Create test suite to showcase AVL library feature and performance #11

Open rayyang29 opened 2 years ago

rayyang29 commented 2 years ago

After the implementation of features, we should create a test suite for this library. The test suite should test for the performance benefits of the various basic AVL functionalities + advanced features we have, and compare against other data structures (e.g linked list).

komiamiko commented 2 years ago