9#include <string/LinearString.h>
22 template <
class SymbolType >
26template <
class SymbolType >
28 const auto& w =
string.getContent();
35 for(
size_t i = 1;
i < w.size();
i++) {
37 while (b > 0 && w[
i] != w[b])
Class extending the vector class from the standard library. Original reason is to allow printing of t...
Definition: vector.hpp:45
Linear string.
Definition: LinearString.h:57
Definition: BorderArray.h:15
static ext::vector< size_t > construct(const string::LinearString< SymbolType > &string)
Definition: BorderArray.h:27
int i
Definition: AllEpsilonClosure.h:118
return res
Definition: MinimizeByPartitioning.h:145
Definition: RandomStringFactory.cpp:12