Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/Python
/ knuth_morris_pratt.py
File
knuth_morris_pratt.py
strings/knuth_morris_pratt.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
__future__
import
annotations
2
3
4
def
knuth_morris_pratt(text: str, pattern: str) -> int:
Callers
nothing calls this directly
Calls
3
knuth_morris_pratt
Function · 0.85
get_failure_array
Function · 0.85
find
Method · 0.45
Tested by
no test coverage detected