This project implements a fully functional AVL Tree — a self-balancing binary search tree that maintains its height balanced through rotations during insertions and deletions. The main goal of the ...