Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
|
#include "skiplist_utils.h"
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 |