From: Pekka Riikonen Date: Thu, 3 Jul 2008 12:37:38 +0000 (+0300) Subject: Added SILC Tree API, a generic binary search tree interface X-Git-Tag: 1.2.beta5~7 X-Git-Url: http://git.silc.fi/gitweb/?a=commitdiff_plain;h=a6428c51f8544ca92870eb573f8a7bc7d1e16d19;hp=a6428c51f8544ca92870eb573f8a7bc7d1e16d19;p=runtime.git Added SILC Tree API, a generic binary search tree interface So far it supports only AVL tree but support for other types of trees can be added easily. ---