SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
 All Classes Namespaces Files Functions Variables Typedefs Friends
Classes | Namespaces | Defines
sdsl/include/sdsl/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. Duplicates are possible More...

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

Go to the source code of this file.

Classes

class  sdsl::sorted_multi_stack_support
 A stack class which contains ... 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