Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Python
/ rabin_karp.py
File
rabin_karp.py
strings/rabin_karp.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# Numbers of alphabet which we call base
2
alphabet_size = 256
3
# Modulus to hash a string
4
modulus = 1000003
Callers
nothing calls this directly
Calls
1
test_rabin_karp
Function · 0.85
Tested by
no test coverage detected