Skip to content

Aho-Corasick String Matching Algorithm #346

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 22, 2019

Conversation

AashayShingre
Copy link
Contributor

Aho - Corasick string matching algorithm, that creates automaton and searches multiple keywords from a string in a linear fashion.
Aho-Corasick Algorithm Wikipedia

Copy link
Member

@AnshulMalik AnshulMalik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is really great! If you could add some comments, it'd be a lot easier to understand.

@cclauss cclauss merged commit 9226856 into TheAlgorithms:master Oct 22, 2019
stokhos pushed a commit to stokhos/Python that referenced this pull request Jan 3, 2021
* add aho-corasick algorithm

* Add a doctest and format with black
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants