Skip to content
/ aatree Public

C library with a balanced tree implementation based on Arne Andersson's work

License

Notifications You must be signed in to change notification settings

pem/aatree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A C library with a balanced tree implementation.

This is an implementation of Arne Andersson's algorithm.
It is simpler and balances better than a red-black tree, at the
expense of having an integer (level counter) in each node
instead of just a bit.

See "Balanced Search Trees Made Simple" by Arne Andersson,
http://user.it.uu.se/~arnea/ps/simp.pdf .

About

C library with a balanced tree implementation based on Arne Andersson's work

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published