SDSL  3.0.0
Succinct Data Structure Library
bp_support.hpp
Go to the documentation of this file.
1 // Copyright (c) 2016, the SDSL Project Authors. All rights reserved.
2 // Please see the AUTHORS file for details. Use of this source code is governed
3 // by a BSD license that can be found in the LICENSE file.
9 #ifndef INCLUDED_SDSL_BP_SUPPORT
10 #define INCLUDED_SDSL_BP_SUPPORT
11 
24 #include <sdsl/bp_support_g.hpp>
25 #include <sdsl/bp_support_gg.hpp>
26 #include <sdsl/bp_support_sada.hpp>
27 
28 #endif
bp_support_g.hpp contains an implementation of a balanced parentheses support data structure.
bp_support_gg.hpp contains an implementation of a BP support data structure.
bp_support_sada.hpp contains an implementation of a balanced parentheses support structure proposed b...