english deutsch
Cdt - A Discipline and Method Library for Containe
A container data type library. A portable library for container data types. It provides a uniform interface to manage objects in dictionaries based on the storage methods: list, stack, queue, ordered set/multiset, and unordered set/multiset.
Kazlib
Kazlib is a package of four reusable software modules that provide some frequently-needed functionality. There is a dictionary module based on red-black trees, a hashing module capable of managing hash tables that grow automatically, and a well rounded module for managing linked lists. Also a portable exception handling module. The Kazlib code is clean, highly portable and contains powerful argument validation and self-checks that help debug your own code. The algorithms are efficient for efficienty, and implemented sensibly.
Linklist Library Homepage
An API for a doubly linklist. This API is re-enterent so more than one list can be created per application. For a more complete description see the May 1998 issue of the Linux Journal and the Postscript and html documentation in the package. The original source for the documentation is now in LaTeX.
mhash - Hash Library
mhash is a thread-safe hash library, implemented in C, and provides a uniform interface to a large number of hash algorithms (MD5, SHA-1, HAVAL, RIPEMD128, RIPEMD160, TIGER, GOST). These algorithms can be used to compute checksums, message digests, and other signatures.