-
Notifications
You must be signed in to change notification settings - Fork 0
C library with a balanced tree implementation based on Arne Andersson's work
License
pem/aatree
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published