Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/itcharge/AlgoNote
/ string_horspool.py
File
string_horspool.py
codes/python/04_string/string_horspool.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# horspool 算法,T 为文本串,p 为模式串
2
def
horspool(T: str, p: str) -> int:
3
n, m = len(T), len(p)
4
Callers
nothing calls this directly
Calls
1
horspool
Function · 0.85
Tested by
no test coverage detected