|
Algorithms_in_C++
1.0.0
Set of algorithms implemented in C++.
|
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". | |
Data-structure algorithms.