Algoteka
View all languages for this problem (1 verified and 0 unverified)

Suffix Automaton - Samples for C++

Problem by oml1111

Problem description:

Construct a suffix automaton for some string, and then use it to find whether some other string exists as a substring in the first one.

Suffix automaton - wikipedia.org

Verified samples:

# Tech tags Title Creator Created date
1 0
oml1111
2022-11-20 21:51

Unverified samples:

# Tech tags Title Creator Created date
No unverified samples ...
View problem discussion (0 comments)