Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Data Structures | Namespaces | Typedefs
ApproximateSeedComputation.h File Reference
#include <alib/set>
#include <alib/pair>
#include <stringology/seed/DeterministicApproximateSuffixAutomatonForHammingDistanceFactory.h>
#include <string/LinearString.h>
#include <string/transform/StringReverse.h>
Include dependency graph for ApproximateSeedComputation.h:
This graph shows which files directly or indirectly include this file:

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 > >