|
LibCDS
|
| The unordered map to store key value pairs | |
| The unordered set to store unique keys | |
| The doubly linked list | |
| The priority queue implemented with binary heap | |
| The FIFO queue | |
| The LIFO stack | |
| The ordered map to store key value pairs | |
| The string dictionary container | |
| The dynamically growable array | |
| The collection of well-known hash functions |