LibCDS
File List
Here is a list of all files with brief descriptions:
[detail level 123]
\-include
 o-container
 |o*hash_map.hThe unordered map to store key value pairs
 |o*hash_set.hThe unordered set to store unique keys
 |o*linked_list.hThe doubly linked list
 |o*priority_queue.hThe priority queue implemented with binary heap
 |o*queue.hThe FIFO queue
 |o*stack.hThe LIFO stack
 |o*tree_map.hThe ordered map to store key value pairs
 |o*trie.hThe string dictionary container
 |\*vector.hThe dynamically growable array
 \-math
  \*hash.hThe collection of well-known hash functions