Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <ext/iostream>
#include <alib/string>
#include <alib/set>
#include <common/DefaultSymbolType.h>
#include <alphabet/common/SymbolNormalize.h>
#include <automaton/FSM/DFA.h>
Go to the source code of this file.
Data Structures | |
class | indexes::stringology::SuffixAutomaton< SymbolType > |
Suffix automaton string index. Automaton representation of all suffixes. The automaton is general deterministic automaton. The class does not checks whether the automaton actually is a suffix automaton. The index alphabet is stored within the automaton. More... | |
struct | core::normalize< indexes::stringology::SuffixAutomaton< SymbolType > > |
Namespaces | |
namespace | indexes |
namespace | indexes::stringology |
namespace | core |