Algoteka

Aho-Corasick algorithm - All languages

Problem by oml1111

Problem description:

Implement the Aho-Corasick algorithm. Use it to count how often each string in some set of strings ("dictionary") occurs in some input string.

Aho-Corasick algorithm - wikipedia.org

Verified languages:

# Language Count
1 C++ 1

Unverified languages:

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