Lists, trees, strings and hash tables in C
| File | Size | Last modified | Description | Requirements and optionals | |
|---|---|---|---|---|---|
|
|
Size unavailable | Timestamp unavailable | Source | ISO C90 | ISO C99 |
|
|
Size unavailable | Timestamp unavailable | Source and ALF | RISC OS | |
This library contains C headers for manipulation of doubly-linked lists, binary trees, binary heaps, hash tables and dynamically allocated strings. There is also a C++ doubly-linked list implementation. Headers defined:
<ddslib/bheap.h>
<ddslib/btree.h>
<ddslib/dllist.h>
<ddslib/dllist.hh>
<ddslib/htab.h>
<ddslib/vstr.h>
<ddslib/vwcs.h>