Rare
 0/6

Suffix Array

Author: Benjamin Qi

Quickly Sorting Suffixes of a String (and Applications)

Focus Problem – read through this problem before continuing!

Resources

Implementations

Resources
BenqO(N log N)

(recommend that you also test against brute force for many small strings)

LCP Array

StatusSourceProblem NameDifficultyTagsSolution
YSEasyView Solution

Quickly compute longest common prefix of two suffixes.

StatusSourceProblem NameDifficultyTagsSolution
PlatHardExternal Sol
CFHardCheck CF

Burrows-Wheeler Transform

Resources
GFGcould be simpler?
StatusSourceProblem NameDifficultyTagsSolution
CSESHard

Run Enumerate

Resources
cp-algocould be simpler?

(describe how to do easily w/ suffix array)

StatusSourceProblem NameDifficultyTagsSolution
YSHardView Solution

Module Progress:

Give Us Feedback on Suffix Array!

Join the Discussion!

Feel free to voice your thoughts in the comments section.