You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An implementation of the AVL Tree which is a self-balancing Binary Search Tree. It uses integers as values. It can be adjusted based on what it is used for. The Makefile may be used to compile the code into an executable.