SeqAn3  3.0.2
The Modern C++ library for sequence analysis.
unidirectional_search_algorithm.hpp File Reference

Provides an approximate string matching algorithm based on simple backtracking. This should only be used as a reference for unit testing. More...

+ Include dependency graph for unidirectional_search_algorithm.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 seqan3
 The main SeqAn3 namespace.
 

Detailed Description

Provides an approximate string matching algorithm based on simple backtracking. This should only be used as a reference for unit testing.

Author
Christopher Pockrandt <christopher.pockrandt AT fu-berlin.de>