SDSL 3.0.2
Succinct Data Structure Library
Loading...
Searching...
No Matches
sorted_multi_stack_support.hpp File Reference

sorted_multi_stack_support.hpp contains a data structure for a stack which contains elements from [0..n] in sorted order. More...

#include <assert.h>
#include <iosfwd>
#include <stdint.h>
#include <string>
#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_multi_stack_support
 Stack which contains elements from [0..n] in sorted order. Duplicates are possible. More...
 

Namespaces

namespace  sdsl
 Namespace for the succinct data structure library.
 

Detailed Description

sorted_multi_stack_support.hpp contains a data structure for a stack which contains elements from [0..n] in sorted order.

Duplicates are possible.

Author
Simon Gog

Definition in file sorted_multi_stack_support.hpp.