SDSL
3.0.0
Succinct Data Structure Library
|
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 | |
sdsl | |
Namespace for the succinct data structure library. | |
k2_tree.hpp contains a compact k^2-tree.
Definition in file k2_tree.hpp.