MP6
Debugging Skills
skipNode.h File Reference

MP6, Skip List's Node header file. More...

#include <map>
#include <stdio.h>
#include <vector>
#include "cs225/HSLAPixel.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 SkipList class, with layers of next and prev pointers. More...
 
class  SkipPointer
 A helper class that allows us to easily use next and prev pointers. More...
 

Detailed Description

MP6, Skip List's Node header file.

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