|
| array.h |
| Dynamic and flexible arrays for C.
|
|
| bipartite.h |
| Implements bipartite matchings.
|
|
| funcattr.h |
| Macros for declaring extra function attributes.
|
|
| gaussjordan.h |
| solves a system of linear equations
|
|
| gaussseidel.h |
|
| hashptr.h |
| Hash functions.
|
|
| hungarian.h |
| Solving the Minimum Assignment Problem using the Hungarian Method.
|
|
| list.h |
|
| obst.h |
| Provides obstack_chunk_alloc and obstack_chunk_free for obstack.h.
|
|
| obstack.h |
|
| pmap.h |
| Simplified hashmap for pointer->pointer relations.
|
|
| pqueue.h |
| Implementation of a priority queue. This is the ported version of the original Java implementation by Matthias Braun.
|
|
| pset.h |
| optimized version of set for sets containing only pointers (deprecated)
|
|
| set.h |
| hashset: data structure containing objects accessible by their key
|
|
| unionfind.h |
| Union-Find data structure.
|
|
| xmalloc.h |
| never failing wrappers for malloc() & friends.
|
|