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 C programmers access to 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, heaps and interval-heaps.
| Tags | Software Development Libraries |
|---|---|
| Licenses | GPL |
| Operating Systems | OS Independent |
| Implementation | C |
Recent releases


Release Notes: A new interval-heap module.


Release Notes: A bug that was introduced in gdsl_hash_insert in the previous release was fixed. A missing include in gdsl.h was fixed.


No changes have been submitted for this release.


No changes have been submitted for this release.