SDSL 3.0.2
Succinct Data Structure Library
|
sorted_int_stack.hpp contains a data structure for a stack which can contain numbers in strictly increasing order. More...
#include <algorithm>
#include <assert.h>
#include <iosfwd>
#include <stdint.h>
#include <string>
#include <vector>
#include <sdsl/bits.hpp>
#include <sdsl/cereal.hpp>
#include <sdsl/int_vector.hpp>
#include <sdsl/io.hpp>
#include <sdsl/structure_tree.hpp>
#include <sdsl/util.hpp>
Go to the source code of this file.
Classes | |
class | sdsl::sorted_int_stack |
A stack class which can contain integers in strictly increasing order. More... | |
Namespaces | |
namespace | sdsl |
Namespace for the succinct data structure library. | |
sorted_int_stack.hpp contains a data structure for a stack which can contain numbers in strictly increasing order.
Definition in file sorted_int_stack.hpp.