It is very simple algorithm modifying SmithWatermanAlgorithm. It can be applied to searching repetitive [Motif] finding.

It is slightly different from SmithWatermanAlgorithm on the DynamicProgramming matrix, especially on the F(i,0).

-- From the book named BiologicalSequenceAnalysis (written by RichardDurbin).