tansly / avl

Generic AVL tree implementation in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Generic AVL tree implementation in C

License:GNU General Public License v3.0


Languages

Language:C 98.4%Language:Makefile 1.6%