Skip to content

Brute-Force

Naive algorithm for the string matching problem. It works in O(nm)O(nm)-time

Appeared in: