gdsl  1.6
gdsl

Introduction

This is the gdsl (Release 1.6) documentation.

About

The Generic Data Structures Library (GDSL) is a collection of routines for generic data structures manipulation. It is a portable and re-entrant library fully written from scratch in pure ANSI C. It is designed to offer for C programmers common data structures with powerful algorithms, and hidden implementation. Available structures are lists, queues, stacks, hash tables, binary trees, binary search trees, red-black trees, 2D arrays, permutations and heaps.

Authors

Nicolas Darnis <ndarnis@free.fr>: all GDSL modules excepted the ones listed below

Peter Kerpedjiev <pkerpedjiev@gmail.com>: interval_heap module

Project Manager

Nicolas Darnis <ndarnis@free.fr>