Giter Club home page Giter Club logo

Comments (14)

geekquad avatar geekquad commented on June 12, 2024 1

Sure @JordanVanLeeuwen, go ahead mate!

from algobook.

atom19-i avatar atom19-i commented on June 12, 2024 1

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

from algobook.

geekquad avatar geekquad commented on June 12, 2024

Assigning Z and KMP algorithm to @18Pranjul.

from algobook.

RhuthuHegde avatar RhuthuHegde commented on June 12, 2024

can I work on string hashing?

from algobook.

geekquad avatar geekquad commented on June 12, 2024

Assigning String Hashing to @RhuthuHegde.

from algobook.

LakhanMardi avatar LakhanMardi commented on June 12, 2024

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

from algobook.

RhuthuHegde avatar RhuthuHegde commented on June 12, 2024

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

from algobook.

verma-shivani avatar verma-shivani commented on June 12, 2024

May I work on Suffix Array?

from algobook.

geekquad avatar geekquad commented on June 12, 2024

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:

  • If two strings s and t are equal (s=t), then also their hashes have to be equal.

Feel free to reach out to me on our Slack channel for any further queries.

from algobook.

divyanshjoshi avatar divyanshjoshi commented on June 12, 2024

anything there to work on??

from algobook.

geekquad avatar geekquad commented on June 12, 2024

Yes @divyanshjoshi, we still have these two available:

  • Prefix function - Knuth-Morris-Pratt
  • Aho-Corasick algorithm

from algobook.

divyanshjoshi avatar divyanshjoshi commented on June 12, 2024

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

from algobook.

geekquad avatar geekquad commented on June 12, 2024

Assigning Aho-Corasick algorithm to @divyanshjoshi.

from algobook.

JordanVanLeeuwen avatar JordanVanLeeuwen commented on June 12, 2024

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

from algobook.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.