SDSL 3.0.1
Succinct Data Structure Library
Loading...
Searching...
No Matches
k2_treap.hpp File Reference

k2_treap.hpp contains a compact k^2-treap. More...

#include <algorithm>
#include <climits>
#include <tuple>
#include <vector>
#include <sdsl/bits.hpp>
#include <sdsl/k2_treap_algorithm.hpp>
#include <sdsl/k2_treap_helper.hpp>
#include <sdsl/vectors.hpp>

Go to the source code of this file.

Classes

class  sdsl::k2_treap< t_k, t_bv, t_rank, t_max_vec >
 A k^2-treap. More...
 

Namespaces

namespace  sdsl
 Namespace for the succinct data structure library.
 

Detailed Description

k2_treap.hpp contains a compact k^2-treap.

Author
Simon Gog

Definition in file k2_treap.hpp.