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
48 stars 155 forks source link

[Feature Request] <Naive Search> #929

Open priyashuu opened 3 hours ago

priyashuu commented 3 hours ago

🚀Feature Request: Naive Search Is your feature request related to a problem? Please describe. I’m frustrated when searching for a single pattern in a long string using existing methods, as they often require complex implementations. The Naive Search algorithm would simplify the process.

Describe the solution you'd like Implement the Naive Search algorithm for straightforward pattern matching, allowing users to easily find a specified pattern in a given text.

Describe alternatives you've considered I considered using more complex algorithms, but they may not be necessary for simple pattern matching tasks.

Additional context This implementation will make basic string searching more accessible and efficient for users who require straightforward functionality

Would you like to work on this feature?

github-actions[bot] commented 3 hours ago

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