SDSL 3.0.1
Succinct Data Structure Library
Loading...
Searching...
No Matches
sorted_int_stack.hpp File Reference

sorted_int_stack.hpp contains a data structure for a stack which can contain numbers in strictly increasing order. More...

#include <vector>
#include <sdsl/int_vector.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.
 

Detailed Description

sorted_int_stack.hpp contains a data structure for a stack which can contain numbers in strictly increasing order.

Author
Simon Gog

Definition in file sorted_int_stack.hpp.