SDSL 3.0.3
Succinct Data Structure Library
|
k2_tree.hpp contains a compact k^2-tree. More...
#include <algorithm>
#include <assert.h>
#include <cmath>
#include <cstdint>
#include <deque>
#include <iosfwd>
#include <memory>
#include <queue>
#include <stdexcept>
#include <string>
#include <tuple>
#include <type_traits>
#include <vector>
#include <sdsl/cereal.hpp>
#include <sdsl/int_vector.hpp>
#include <sdsl/int_vector_buffer.hpp>
#include <sdsl/io.hpp>
#include <sdsl/k2_tree_helper.hpp>
#include <sdsl/structure_tree.hpp>
#include <sdsl/util.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. | |
k2_tree.hpp contains a compact k^2-tree.
Definition in file k2_tree.hpp.