SDSL  3.0.0
Succinct Data Structure Library
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 #include <sdsl/cst_fully.hpp>
24 #include <sdsl/cst_sada.hpp>
25 #include <sdsl/cst_sct3.hpp>
26 
27 #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.