BaReinhard / Hacktoberfest-Data-Structure-and-Algorithms

A repo to contains data structure s and algorithms, regardless of language.
https://bareinhard.github.io/Hacktoberfest-Data-Structure-and-Algorithms/
GNU General Public License v3.0
225 stars 707 forks source link

RabinKarpAlgo.java: Add Rabin-Karp Algorithm #1050

Open Jetty53 opened 4 years ago

Jetty53 commented 4 years ago

This adds Rabin-Karp algorithm used for pattern searching in String. This algorithm used hash function to find the given pattern in the Input String. Directory: /algorithms/pattern_searching/RabinKarpAlgo.java Please add the "hacktoberfest-accepted" tag, that would mean so much to me.