Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
def
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_karp
Function · 0.85
print
Function · 0.50
Tested by
no test coverage detected