Citation :
Abstract:
The aim of the Kazlib project is to provide a well-documented programming interface featuring commonly needed programming abstractions, accompanied by a high quality, portable reference implementation. Kazlib consists of four independent components: a list module, a hash table module, a dictionary module and an exception handling module. The reference implementations of the first three of these are based on, respectively, the following algorithms: doubly linked circular list with sentinel node, extendible hashing, and red-black tree.
|