alphabet_size = 256 modulus = 1000003 def rabin_karp(pattern: str, text: str) -> bool: p_len = len(pattern
京公网安备 11010502049817号