Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <alib/set>
#include <alib/pair>
#include <stringology/seed/DeterministicApproximateSuffixAutomatonForHammingDistanceFactory.h>
#include <string/LinearString.h>
#include <string/transform/StringReverse.h>
Go to the source code of this file.
Data Structures | |
class | stringology::seed::ApproximateSeedComputation |
Namespaces | |
namespace | stringology |
namespace | stringology::seed |
Typedefs | |
using | stringology::seed::State = ext::set< ext::pair< unsigned, unsigned > > |