sa
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Suffix Array Algorithms
# Implementation of SACA's in Java 7

These codes are implementation of suffix array construction algorithms in Java 7.
The implemented algorithms are following:

1. Manber and Myers
2. Bentley and Sedgewick
3. Larsson and Sadakane
4. Itoh and Tanaka
5. Kärkkäinnen and Sanders
6. Ko and Aluru
7. Nong, Zhang and Chan (SA-IS)

Since these are slightly coner-cutting implementation, if you want to use these codes for practical use, I recommend you to use other more smart suffix array libraries.

## Detail
See https://github.com/hiroshi-cl/sa/wiki (in Japanese)

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。