Closed geekquad closed 3 years ago
Assigning Z and KMP algorithm to @18Pranjul.
can I work on string hashing?
Assigning String Hashing to @RhuthuHegde.
@geekquad can i work on rabin-karp algo???
Can you please guide me and let me know what exactly to be included in the string hashing algorithm?
May I work on Suffix Array?
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:
Feel free to reach out to me on our Slack channel for any further queries.
anything there to work on??
Yes @divyanshjoshi, we still have these two available:
Okay, I'll go for the aho-corasik algorithm
Assigning Aho-Corasick algorithm to @divyanshjoshi.
Hello, mind if I take a crack at the prefix function?
Sure @JordanVanLeeuwen, go ahead mate!
hey,is there anything i can work on,here?
String algorithms:
[x] String Hashing
[x] Rabin-Karp for String Matching
[x] Prefix function - Knuth-Morris-Pratt
[x] Z-function
[x] Suffix Array
[x] Aho-Corasick algorithm
[x] KMP Algorithm