Text indexing algorithms

Home > Computer Science > Algorithms and data structures > String algorithms > Text indexing algorithms

Indexing algorithms like suffix tree and suffix array can be used to speed up substring searching and pattern matching by maintaining index for all substrings.