Algoteka

Knuth-Morris-Pratt algorithm - All languages

Problem by oml1111

Problem description:

Implement the Knuth-Morris-Pratt algorithm and use it to count all occurrences of some string in some other string.

Knuth-Morris-Pratt algorithm - wikipedia.org

Verified languages:

# Language Count
1 C++ 1

Unverified languages:

# Language Count
No unverified languages ...
View problem discussion (0 comments)