Skip to content
/ AVL Public

a simple, clear, clean and efficient non-recursive implementation of AVL tree in C.

License

Notifications You must be signed in to change notification settings

gfphoenix/AVL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AVL

a simple, clear, clean and efficient non-recursive implementation of AVL tree in C.

the node of avl is simple, which make it hard for general usage.

For your special usage, please replace the member val with your key and value, or you can remove the member val and embbed the avl_node into your struct.

About

a simple, clear, clean and efficient non-recursive implementation of AVL tree in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published