MCPcopy 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
2alphabet_size = 256
3# Modulus to hash a string
4modulus = 1000003

Callers

nothing calls this directly

Calls 1

test_rabin_karpFunction · 0.85

Tested by

no test coverage detected