56 #ifndef CDCONTAINERS_INCLUDE_CDCONTAINERS_CDC_H    57 #define CDCONTAINERS_INCLUDE_CDCONTAINERS_CDC_H    80 #endif  // CDCONTAINERS_INCLUDE_CDCONTAINERS_CDC_H The cdc_hash_table is a struct and functions that provide a hash table. 
 
The cdc_binomial_heap is a struct and functions that provide a binomial heap. 
 
This file contains different utilities for hashing. The ideas of algorithms were borrowed from the bo...
 
The cdc_avl_tree is a struct and functions that provide an avl tree. 
 
The cdc_treap is a struct and functions that provide a cartesion tree. 
 
The cdc_array is a struct and functions that provide a dynamic array. 
 
The cdc_heap is a struct and functions that provide a binary heap. 
 
The cdc_queue is a struct and functions that provide a queue. 
 
The cdc_list is a struct and functions that provide a doubly linked list. 
 
The cdc_splay_tree is a struct and functions that provide a splay tree. 
 
The cdc_priority_queue is a struct and functions that provide a priority queue. 
 
The cdc_deque is a struct and functions that provide a double-ended queue. 
 
The cdc_map is a struct and functions that provide a map. 
 
The cdc_pairing_heap is a struct and functions that provide a pairing heap. 
 
The cdc_circular_array is a struct and functions that provide a circular array. 
 
The cdc_stack is a struct and functions that provide a stack.