|
ORIGINAL
|
Skip List container implementation. More...


Go to the source code of this file.
Classes | |
| class | original::skipList< K_TYPE, V_TYPE, ALLOC, Compare > |
| Skip List container implementation. More... | |
| class | original::skipList< K_TYPE, V_TYPE, ALLOC, Compare >::skipListNode |
| Internal node class for Skip List. More... | |
| class | original::skipList< K_TYPE, V_TYPE, ALLOC, Compare >::Iterator |
| Forward iterator for skipList. More... | |
Namespaces | |
| namespace | original |
| Main namespace for the project Original. | |
Skip List container implementation.
Provides a probabilistic alternative to balanced trees with:
Key Features: