author | Sebastian Harl <sh@tokkee.org> | |
Tue, 8 Jul 2014 17:51:07 +0000 (19:51 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 8 Jul 2014 17:51:07 +0000 (19:51 +0200) | ||
commit | 4a307afc0bddeba03e26d2d6d284b3f96f80a931 | |
tree | 5cb8de5df46bf30227a393d6583f34dbb538a06b | tree | snapshot |
parent | 3577da85f5922d92a078ec690b6a33dc16ae5433 | commit | diff |
utils avltree: Started implementation of an AVL tree.
So far, it's just an unbalanced binary tree, though ;-)
So far, it's just an unbalanced binary tree, though ;-)
src/Makefile.am | diff | blob | history | |
src/include/utils/avltree.h | [new file with mode: 0644] | blob |
src/utils/avltree.c | [new file with mode: 0644] | blob |
t/Makefile.am | diff | blob | history | |
t/unit/libsysdb_test.c | diff | blob | history | |
t/unit/libsysdb_test.h | diff | blob | history | |
t/unit/utils/avltree_test.c | [new file with mode: 0644] | blob |