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