geekquad / AlgoBook

A beginner-friendly project to help you in open-source contributions. Data Structures & Algorithms in various programming languages Please leave a star ⭐ to support this project! ✨
https://discord.gg/ZMmwsWvsFj
MIT License
304 stars 303 forks source link

String Algorithms Cpp #446

Closed geekquad closed 3 years ago

geekquad commented 3 years ago

String algorithms:

geekquad commented 3 years ago

Assigning Z and KMP algorithm to @18Pranjul.

RhuthuHegde commented 3 years ago

can I work on string hashing?

geekquad commented 3 years ago

Assigning String Hashing to @RhuthuHegde.

LakhanMardi commented 3 years ago

@geekquad can i work on rabin-karp algo???

RhuthuHegde commented 3 years ago

Can you please guide me and let me know what exactly to be included in the string hashing algorithm?

verma-shivani commented 3 years ago

May I work on Suffix Array?

geekquad commented 3 years ago

Assigning Rabin-Karp for String Matching to @LakhanMardi. Assigning Suffix Array to @verma-shivani. Hey @RhuthuHegde, String hashing is the way to convert a string into an integer known as a hash of that string. The goal of it is to convert a string into an integer, the so-called hash of the string. The following condition has to hold:

divyanshjoshi commented 3 years ago

anything there to work on??

geekquad commented 3 years ago

Yes @divyanshjoshi, we still have these two available:

divyanshjoshi commented 3 years ago

Okay, I'll go for the aho-corasik algorithm

geekquad commented 3 years ago

Assigning Aho-Corasick algorithm to @divyanshjoshi.

JordanVanLeeuwen commented 3 years ago

Hello, mind if I take a crack at the prefix function?

geekquad commented 3 years ago

Sure @JordanVanLeeuwen, go ahead mate!

atom19-i commented 3 years ago

hey,is there anything i can work on,here?