TheAlgorithms/C++ 1.0.0
All the algorithms implemented in C++
Loading...
Searching...
No Matches
data_structures::treap Namespace Reference

Functions for the Treap algorithm implementation. More...

Classes

struct  Treap
 Struct representation of the treap. More...
 

Variables

const int maxNode = 1e5 + 5
 maximum number of nodes
 

Detailed Description

Functions for the Treap algorithm implementation.

Variable Documentation

◆ maxNode

const int data_structures::treap::maxNode = 1e5 + 5

maximum number of nodes

Definition at line 36 of file treap.cpp.