Tiny text search using Suffix Array

IIRC, I learned Suffix Array and implemented it somehow more than 10 years ago. I realized I’d almost forgotten the algorithm. It’s time to remember it and try writing something to use the algorithm. I just wrote a tiny text search using the algorithm.

This code is very small (< 100 lines) and I don’t guarantee it has no bugs ;)

--

--