/AVLvsSplayTree_in_C

In this repo you can find the c codes that compares the performance of AVL and Splay trees based on the two criteria: the total number of comparisons and the number of rotations.

Primary LanguageC

This repository is not active