Data Structure Library v1.0
DSLIB is an open source basic data structure library. In this version, it handles binary trees, stacks, and doubly linked lists. In later versions, I plan to add queues and, possibly, deques. It is licensed under the GNU GPL and will compile on any system that has GCC. It is completely ANSI comp...
Libc-X library 1.1.0-devel
Libc-X provides extentions to the standard C library implementing useful and powerful data structures and functions. Its Unix name is libcx. It is not a template layer. Its made entirely with the C standard language, compatible with C++, and portable (currently Linux and Windows). All developed...
MySKL v0.1
This library implements a skip list data structure that is able to deal with generic data types. A skip list is a probabilistic data structure, invented in 1990 by William Pugh, based on parallel linked lists, with efficiency comparable to a binary search tree (O(log n)). This library is written in ...
Threaded RedBlack Trees Library
The C source files on this disk are an implementation of a hybrid data structure, the threaded RedBlack tree. A.J.Perlis and C.Thornton developed the idea of threaded binary trees as early as 1960. I was exposed to Red- Black trees through an April 1992 Dr.Dobbs Journal article by Bruce Schneier...
Oracle Magazine contains technology-strategy articles, sample code, tips, Oracle and partner news, an all-new Oracle Developer section for Java developers, and more.
subscribe now