//
pkg.gl
Category
github.com/shogo82148/std
index
suffixarray
package
1.23.0
Repository:
https://github.com/shogo82148/std.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
15 SLOC
#
Functions
New
Newはデータのために新しい [Index] を作成します。 [Index] の作成時間はO(N)であり、Nはdataの長さです。.
#
Structs
Index
Indexは高速な部分文字列検索のための接尾辞配列を実装しています。.