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
This is a generic AVL tree implementation in C, written for fun.
There are sample test programs using the tree in the examples/ directory.
To compile one, move it to the root with name main.c and run make.