SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
select_support_bs.hpp contains the select_support_bs class that support a sdsl::bit_vector with constant time select information. More...
Go to the source code of this file.
Classes | |
class | sdsl::select_support_bs< RankSupport > |
A class supporting select quries by using a rank_support and binary search. More... | |
Namespaces | |
namespace | sdsl |
Namespace for the succinct data structure library. |
select_support_bs.hpp contains the select_support_bs class that support a sdsl::bit_vector with constant time select information.