Thanks to visit codestin.com
Credit goes to github.com

Skip to content

minggrim/avl-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Simple avl implementation for my own ##build library

cmake .
make

##usage avl_init(&root, <compare_func>, <print_func>) compare_func : define specific compare, NULL for default address compare print_func : define specific print function, avl_dump will call back when walking nodes

About

for fun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published