LAB_GDB2
Skip Lists
skipNode.h File Reference

Doubly Linked Skip List (lab_gdb2), Skip List's Node header file. More...

#include <map>
#include <stdio.h>
#include <vector>
#include "rgbapixel.h"
+ 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...
 

Detailed Description

Doubly Linked Skip List (lab_gdb2), Skip List's Node header file.

Author
Arman Tajback - Created
Jordi Paris Ferrer & Arman Tajback - Modified
Date
(created) Fall 2016
(modified) Spring 2017