MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / Rabin-Karp.py

File Rabin-Karp.py

Rabin-Karp.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1def rabin_karp(text, pattern, base=256, prime=101):
2 """
3 Rabin-Karp Algorithm for substring search.
4

Callers

nothing calls this directly

Calls 2

rabin_karpFunction · 0.85
printFunction · 0.50

Tested by

no test coverage detected