Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 212 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 212 Bytes

avl

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.