/README

http://github.com/fmela/libdict · #! · 15 lines · 11 code · 4 blank · 0 comment · 0 complexity · 1f163914332752ec123dd8b8034aa958 MD5 · raw file

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