Suffix array: Difference between revisions

Content deleted Content added
i starts at 1 in the examples
Dima125 (talk | contribs)
m libdivsufsort is migrated from googlecode to github, so link corrected
Line 380:
*[http://sary.sourceforge.net/index.html.en Suffix array library and tools]
*[http://pizzachili.dcc.uchile.cl/ Project containing various Suffix Array c/c++ Implementations with a unified interface]
*[httphttps://code.googlegithub.com/py-256/libdivsufsort/ A fast, lightweight, and robust C API library to construct the suffix array]
*[http://code.google.com/p/pysuffix/ Suffix Array implementation in Python]
*[http://www.geeksforgeeks.org/suffix-tree-application-4-build-linear-time-suffix-array/ Linear Time Suffix Array implementation in C using suffix tree]