Skip to content

Kejuntrap/SA-IS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

SAIS.java

Suffix Array Induced Sorting (SA-IS)

解説記事

使い方

文字列標準入力すると、Suffix Arrayを出力します

example

input <- toukoudai
output -> SuffixArray[7,6,8,3,4,1,0,5,2]

licence

MIT

About

O(N) String Search Algorithm. It's very fast.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages