package
Version:
v0.0.0-...-ac1e4b7
Opens a new window with list of versions in this module.
Published: Apr 27, 2025
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func BMStringSearch(text, pattern string) int
KMPSearch 利用已匹配的信息来避免不必要的字符比较,时间复杂度为O(n+m)。
func NaiveStringSearch(text, pattern string) int
NaiveStringSearch 最简单直接的字符串匹配算法,逐个字符比较,时间复杂度为O(n*m)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.