//
pkg.gl
Category
github.com/0RAJA/Rutils
struct
String
KMP
package
0.6.1
Repository:
https://github.com/0raja/rutils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
50 SLOC
#
Functions
GetNext
GetNext 返回模板串s的next数组.
GetNext2
No description provided by the author
Kmp
Kmp s1为主串,s2为模板串,如果s2在s1中出现,返回s1中第一个匹配的字符下标,否则返回-1.