SDSL 3.0.1
Succinct Data Structure Library
k2_tree.hpp File Reference

k2_tree.hpp contains a compact k^2-tree. More...

#include <deque>
#include <queue>
#include <stdexcept>
#include <tuple>
#include <sdsl/bit_vectors.hpp>
#include <sdsl/int_vector_buffer.hpp>
#include <sdsl/io.hpp>
#include <sdsl/k2_tree_helper.hpp>

Go to the source code of this file.

Classes

class  sdsl::k2_tree< k, t_bv, t_rank >
 A k^2-tree. More...
 

Namespaces

namespace  sdsl
 Namespace for the succinct data structure library.
 

Detailed Description

k2_tree.hpp contains a compact k^2-tree.

Author
Francisco Montoto

Definition in file k2_tree.hpp.