SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
suffix_trees.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.
8#ifndef INCLUDED_SDSL_SUFFIX_TREES
9#define INCLUDED_SDSL_SUFFIX_TREES
10
23// clang-format off
24// Cyclic includes start
25#include <sdsl/cst_fully.hpp>
26#include <sdsl/cst_sada.hpp>
27#include <sdsl/cst_sct3.hpp>
28// Cyclic includes end
29// clang-format on
30
31#endif
cst_fully.hpp contains an implementation of Russo et al.
cst_sada.hpp contains an implementation of Sadakane's CST.
cst_sct3.hpp contains an implementation of the interval based CST.