mirror of
https://github.com/papers-we-love/papers-we-love.git
synced 2024-10-27 20:34:20 +00:00
5a081a62c2
* combine clustering algo into pattern matching * rename stringology with the pattern_ prefix * improved the README header info for paper related to patterns |
||
---|---|---|
.. | ||
README.md |
Stringology
Stringology refers to one of the various kinds of string processing algorithms.
🧭 Part of the pattern-matching group, in PWL
External Papers
-
A Taxonomy of Suffix Array Construction Algorithms
- A great introduction to suffix arrays, but also a survey paper that is more than the sum of its citations, clarifying the presentation of all the algorithms with a unifying framework.
-
- This paper describes techniques to improve the performance of the Boyer–Moore string search algorithm.