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

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".
 

Detailed Description

Data Structures algorithms.

for std::vector

for std::to_string

for IO operations

Data-structure algorithms.

for managing dynamic storage

Algorithms with data structures.

for assert

for io operations for std::array

Algorithms with data structures

for assert for I/O operations for dynamic memory

Data Structures algorithms

for std::array for assert

Data Structures algorithms

for std::array for assert for std::ofstream for std::cout for std::unique_ptr for std::queue

Algorithms with data structures

for assert for IO operations for std::shared_ptr for std::stack for std::unordered_map

Data structures algorithms