ajay-dhangar / algo

This repository contains a collection of data structures and algorithms implemented in various programming languages. It is designed to help learners understand key concepts through hands-on examples. Contributions and improvements are welcome!
https://ajay-dhangar.github.io/algo/
MIT License
62 stars 187 forks source link

[Feature]: Addition of new algorithms to String Algorithms #1251

Open pratheekv39 opened 3 hours ago

pratheekv39 commented 3 hours ago

Feature Name

Addition of new String Algorithms

Feature Description

I would like to add the following three algorithms under String Algorithms: 1)Knuth-Morris-Pratt (KMP) Algorithm 2)Boyer-Moore Algorithm 3)Rabin-Karp Algorithm

Motivation

Users can look at multiple diverse algorithms under string algorithms which can increase their knowledge.

Implementation Suggestions (Optional)

No response

Feature Type

New Algorithm

Does this feature require additional resources?

References (Optional)

No response

github-actions[bot] commented 3 hours ago

👋 Hi @pratheekv39! Thanks for opening this issue. We appreciate your contribution to the Algo project. Our team will review it soon.