Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 463 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 463 Bytes

Implementation of O(n) time suffix array construction algorithm for constant alphabets with O(1) additional memory, described by Ge Nong[1]

References

[1] Nong, G. 2013. Practical linear-time O(1)-workspace suffix sorting for constant alphabets
[2] Nong, G., Zhang, S., and Chan, W. H. 2011. Two efficient algorithms for linear time suffix array construction.