fnplus / Algorithms-Hacktoberfest

This repository is a part of HacktoberFest, an event organised by DigitalOcean.
https://hacktoberfest.digitalocean.com/
29 stars 212 forks source link

Rabin-Karp algorithm in JAVA is added. #403

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: /pattern_searching/RabinKarpAlgo.java