Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Data Structures | Namespaces
SuffixAutomaton.h File Reference
#include <ext/iostream>
#include <alib/string>
#include <alib/set>
#include <common/DefaultSymbolType.h>
#include <alphabet/common/SymbolNormalize.h>
#include <automaton/FSM/DFA.h>
Include dependency graph for SuffixAutomaton.h:
This graph shows which files directly or indirectly include this file:

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