thinkoid / saca-ka

Ko Pang, Srinivas Aluru - Linear-time suffix array construction algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linear Suffix Array construction

This is a straightforward implementation of the SA construction algorithm described in:

"Ko, Pang and Srinivas, Aluru, Linear Time Construction of Suffix Arrays (2002). Computer Science Technical Reports. Paper 218."

I replaced the manual management of memory buffers, the signed integer logic and limitation to the suffix array size, and tucked all code under its own namespace.

About

Ko Pang, Srinivas Aluru - Linear-time suffix array construction algorithm.

License:Do What The F*ck You Want To Public License


Languages

Language:C++ 92.9%Language:Makefile 7.1%