/README
#! | 15 lines | 11 code | 4 blank | 0 comment | 0 complexity | 1f163914332752ec123dd8b8034aa958 MD5 | raw file
Possible License(s): BSD-2-Clause
1Libdict is an ANSI C library which provides a set of efficient data 2structures for storing key-data pairs, including height-balanced 3(AVL) trees, red-black trees, splay trees, weight-balanced trees, 4path-reduction trees, treaps, and hashtables. A generic, object-oriented 5interface for these data structures is provided. 6 7libdict is released under the BSD license; please refer to the file 8LICENSE for details. 9 10The source code for libdict is available at http://github.com/fmela/libdict 11You can get your own copy of the code with the following command: 12 13 git clone git://github.com/fmela/libdict.git 14 15Please submit comments and bug reports to farooq DOT mela AT gmail.com