computer_science icon indicating copy to clipboard operation
computer_science copied to clipboard

Adding String based Algorithms in Algorithms section

Open architO21 opened this issue 2 years ago • 6 comments

In this pull request, I propose adding string-based algorithms to enhance the functionality of the project. The algorithms implemented are Rabin-Karp, KMP. These algorithms are commonly used in computer science for tasks like pattern searching in linear time.

architO21 avatar Oct 03 '23 19:10 architO21

@architO21, would you like me to assign this issue to you?

shhossain avatar Oct 04 '23 14:10 shhossain

@architO21, would you like me to assign this issue to you?

yes please assign me this issue I would love to work on this

architO21 avatar Oct 04 '23 15:10 architO21

I noticed you have added Boyer-Moore Prefix Trie and Naive Searching algorithms. Do you want readme for those to be added as well or should I close this issue

architO21 avatar Oct 14 '23 06:10 architO21

@architO21, feel free to include the Boyer-Moore Prefix Trie and Naive Searching algorithms if you'd like.

shhossain avatar Oct 14 '23 17:10 shhossain

I wanna work on this.

Rohxn16 avatar Oct 16 '23 10:10 Rohxn16

@Rohxn16 you can work on the remaining ones https://github.com/shhossain/computer_science/tree/main/Algorithms/String%20Based%20Algorithms

shhossain avatar Oct 18 '23 16:10 shhossain