A basic AVL tree implementation
- C 92.8%
- CMake 7.2%
| .gitignore | ||
| avl.c | ||
| avl.h | ||
| CMakeLists.txt | ||
| main.c | ||
| README.md | ||
avl
Build
mkdir build
cd build
cmake ..
make
A static library avl.a and a test executable main are generated.
Usage
See avl.h.