Add reference to A Taxonomy of SACAs

This also adds a new category, stringology, for papers on the algorithms
and data structures of string processing.
This commit is contained in:
Julian Squires 2014-09-15 20:42:47 -04:00
parent 6c00084022
commit 3db08a50db

10
stringology/README.md Normal file
View File

@ -0,0 +1,10 @@
# Stringology
## External Papers
* [A Taxonomy of Suffix Array Construction Algorithms](http://www.cas.mcmaster.ca/~bill/best/algorithms/07Taxonomy.pdf)
- A great introduction to
[suffix arrays](http://en.wikipedia.org/wiki/Suffix_array), 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.