This repository has been archived on 2022-06-22. You can view files and clone it, but cannot push or open issues or pull requests.
usaco-guide/content/6_Plat/String_Search.md
Benjamin Qi 84cc6bcebd + PAPS
2020-06-22 21:00:35 -04:00

1.2 KiB

id title author prerequisites description
string-search String Searching Benjamin Qi
Silver - Depth First Search
Knuth-Morris-Pratt and Z Algorithms (and a few more related topics).

General Resources

Z, KMP

Manacher

Aho-Corasick