Skip to content

Commit

Permalink
Add reference to optimize version of SuffixArray
Browse files Browse the repository at this point in the history
  • Loading branch information
rpereira committed Jun 24, 2016
1 parent 7ef5fee commit b07a236
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ string matching problems:

* Trie (Prefix Tree)
* SuffixArray
* SuffixArrayOptimized (using 3-way radix quicksort)

_Implementation details can be found at each file in either class or method
documentation._

## Getting started

Expand Down

0 comments on commit b07a236

Please sign in to comment.