- AVL tree routines: faster than RBL, and also more stable.
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 5 Jan 2001 23:50:56 +0000 (23:50 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 5 Jan 2001 23:50:56 +0000 (23:50 +0000)
commit77509da76c61b881c9967bfb7cdafeaf6b56eb6d
tree59bdd83b940109597098fa195abb469caafdffbc
parente1707f7739f450c729e26b921e459d5da07602f9
- AVL tree routines: faster than RBL, and also more stable.
lib/Makefile.am
lib/avl_tree.c [new file with mode: 0644]
lib/avl_tree.h [new file with mode: 0644]