souravjain540 / Basic-Python-Programs

This repository will contain basic python programming questions and their solutions.
258 stars 383 forks source link

Create Rabin_Karp.py #492

Open Udit19-pixel opened 1 month ago

Udit19-pixel commented 1 month ago

Created a Python file to implement the Rabin-Karp algorithm for searching a pattern in a given text.

Explanation to the algorithm : -