strings
Edit distance
This algorithm finds editing distance of two given strings, which is based on insertions, deletions and substitutions.
nrg3Substrings
Given pattern string and text string, finds all occurrences of pattern in text. Returns a list of positions.
spak
1-2 of
2