SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
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// clang-format off
25// Cyclic includes start
26#include <sdsl/bp_support_g.hpp>
29// Cyclic includes end
30// clang-format on
31
32#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...