Implement suffix array construction algorithms
String matching algorithms implementation for Lisp
Status: Alpha
Brought to you by:
anyakin
After issue [#6] is over (efficient suffix tree construction) implement efficient suffix array construction algorithms like Käräkkanen and Sanders'.
Wikipedia article can be used as a starting guide on existing algorithms.