An open API service indexing awesome lists of open source software.

https://github.com/leiless/avltree

An ANSI bottom-up AVL tree implementation
https://github.com/leiless/avltree

Last synced: over 1 year ago
JSON representation

An ANSI bottom-up AVL tree implementation

Awesome Lists containing this project

README

          

An ANSI bottom-up AVL tree implementation

Since its bottom-up property the insertion/deletion speed in proportion to the tree size, which should be slow

TODO
* use top-down manner
* give a simple usage example in README
* write a reasonable Makefile
* (test) use valgrind to detect memleak
* use src/test directory hierarchy