C library of key-value data structures with an object-oriented interface
https://github.com/rtbrick/libdict
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
- Devel package for openSUSE:Factory
-
3
derived packages
- Links to openSUSE:Factory / libdict
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:libraries:c_c++/libdict && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
libdict-1.0.3.tar.gz | 0000075585 73.8 KB | |
libdict.changes | 0000000388 388 Bytes | |
libdict.spec | 0000002553 2.49 KB | |
libsuffix.patch | 0000000578 578 Bytes |
Revision 3 (latest revision is 4)
Martin Hauke (mnhauke)
accepted
request 1135478
from
Dirk Mueller (dirkmueller)
(revision 3)
- update to 1.0.3: * CI and cmake building related fixes
Comments 0