gdsl  1.8
File List
Here is a list of all files with brief descriptions:
_gdsl_bintree.h [code]Low level binary tree manipulation module
_gdsl_bstree.h [code]Low level binary search tree manipulation module
_gdsl_list.h [code]Low-level doubly-linked list manipulation module
_gdsl_node.h [code]Low-level doubly-linked node manipulation module
gdsl.h [code]Main GDSL header file. Include it in your source code to be able to use all GDSL modules
gdsl_2darray.h [code]2D-Arrays manipulation module
gdsl_bstree.h [code]Binary search tree manipulation module
gdsl_hash.h [code]Hashtable manipulation module
gdsl_heap.h [code]Heap manipulation module
gdsl_interval_heap.h [code]Interval Heap manipulation module
gdsl_list.h [code]Doubly-linked list manipulation module
gdsl_macros.h [code]Various macros module
gdsl_perm.h [code]Permutation manipulation module
gdsl_queue.h [code]Queue manipulation module
gdsl_rbtree.h [code]Red-black tree manipulation module
gdsl_sort.h [code]Sort module
gdsl_stack.h [code]Stack manipulation module
gdsl_types.h [code]GDSL types
mainpage.h [code]