MCPcopy 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

1from __future__ import annotations
2
3
4def knuth_morris_pratt(text: str, pattern: str) -> int:

Callers

nothing calls this directly

Calls 3

knuth_morris_prattFunction · 0.85
get_failure_arrayFunction · 0.85
findMethod · 0.45

Tested by

no test coverage detected