An implementation of an AVL (Adelson-Velsky and Landis) tree with automatic balancing, featuring fraction arithmetic and comparison capabilities for precise rational number sorting. This project ...
A college assignment which uses the AVL Tree Data structure to store student records based on roll number/marks as the key to speed up student look up due to O(logn) time complexity of AVL Tree ...