SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
sorted_int_stack.hpp contains a data structure for a stack which can contain numbers in the range from to and the numbers on the stack are sorted in increasing order. More...
Go to the source code of this file.
Classes | |
class | sdsl::sorted_int_stack |
A stack class which can contain integers from to in sorted 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 the range from to and the numbers on the stack are sorted in increasing order.