Package libdict-devel: Information

    Binary package: libdict-devel
    Version: 0.3.0-alt2.git20140826
    Architecture: e2k
    Build time:  Nov 2, 2020, 08:02 AM
    Source package: libdict
    Category: Development/C
    Report package bug
    License: BSD
    Summary: Development files for libdict
    Description: 
    libdict is a C library that provides the following data structures with
    efficient insert, lookup, and delete routines:
    
    * height-balanced (AVL) tree
    * red-black tree
    * splay tree
    * weight-balanced tree
    * path-reduction tree
    * treap
    * hashtable, using separate chaining
    * hashtable, using open addressing with linear probing
    
    This package contains development files for libdict.



    Last changed


    June 29, 2019 Michael Shigorin 0.3.0-alt2.git20140826
    - fixed build on 64-bit architectures
    - minor spec cleanup
    Sept. 10, 2014 Eugeny A. Rostovtsev 0.3.0-alt1.git20140826
    - Initial build for Sisyphus