Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
src/balanced_structures/skiplist/skiplist_node.h File Reference
#include "skiplist_utils.h"
Include dependency graph for skiplist_node.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  balanced_structures::skiplist::Node< T >

Namespaces

namespace  balanced_structures
namespace  balanced_structures::skiplist

Typedefs

typedef short balanced_structures::skiplist::LevelType

Variables

static const int balanced_structures::skiplist::LEVELUP_PROB = 100 / 4
static const LevelType balanced_structures::skiplist::MAXLEVEL = 15
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines