Algorithms_in_C++  1.0.0
Set of algorithms implemented in C++.
data_structure Namespace Reference

Data-structure algorithms. More...

Classes

struct  Node
 
class  SkipList
 

Variables

constexpr int MAX_LEVEL = 2
 Maximum level of skip list.
 
constexpr float PROBABILITY = 0.5
 Current probability for "coin toss".
 

Detailed Description

Data-structure algorithms.