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 ...
I would like to contribute an AVL Tree implementation to PyDataStructs. After reviewing the existing codebase, I noticed that while there are several tree structures, a self-balancing AVL tree would ...