|
LAB_GDB2
Skip Lists
|
Doubly Linked Skip List (lab_gdb2), Skip List's Node header file. More...
Include dependency graph for skipNode.h:
This graph shows which files directly or indirectly include this file:Classes | |
| class | SkipNode |
| A node of our Skip List class, with layers of next and previous pointers. More... | |
| class | SkipPointer |
| A helper class that allows us to easily use next and prev pointers. More... | |
Doubly Linked Skip List (lab_gdb2), Skip List's Node header file.