Algorithms_in_C++
1.0.0
Set of algorithms implemented in C++.
|
Data Structures algorithms. More...
Classes | |
struct | Node |
class | SkipList |
class | trie |
Trie implementation for small-case English alphabets a-z More... | |
Variables | |
constexpr int | MAX_LEVEL = 2 |
Maximum level of skip list. | |
constexpr float | PROBABILITY = 0.5 |
Current probability for "coin toss". | |
Data Structures algorithms.
Data-structure algorithms.