SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
 All Classes Namespaces Files Functions Variables Typedefs Friends
Classes | Namespaces
sdsl/include/sdsl/sorted_int_stack.hpp File Reference

sorted_int_stack.hpp contains a data structure for a stack which can contain numbers in the range from $0$ to $n-1$ and the numbers on the stack are sorted in increasing order. More...

#include "int_vector.hpp"
#include "bitmagic.hpp"
#include <vector>

Go to the source code of this file.

Classes

class  sdsl::sorted_int_stack
 A stack class which can contain integers from $0$ to $n-1$ in sorted 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 the range from $0$ to $n-1$ and the numbers on the stack are sorted in increasing order.

Author:
Simon Gog