SDSL
3.0.0
Succinct Data Structure Library
|
sorted_multi_stack_support.hpp contains a data structure for a stack which contains elements from [0..n] in sorted order. More...
#include <sdsl/int_vector.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 | |
sdsl | |
Namespace for the succinct data structure library. | |
sorted_multi_stack_support.hpp contains a data structure for a stack which contains elements from [0..n] in sorted order.
Duplicates are possible.
Definition in file sorted_multi_stack_support.hpp.