jainaman224 / Algo_Ds_Notes

A comprehensive resource for learning and implementing algorithms and data structures. This repository includes detailed notes, complexity analysis, and code examples in C++, Java, Python, and more. Ideal for students, professionals, and those preparing for coding interviews.
GNU General Public License v3.0
2.23k stars 2.08k forks source link

Aho-Corasick Algorithm #1760

Open vanigupta20024 opened 4 years ago

vanigupta20024 commented 4 years ago

Algorithm: Aho-Corasick Algorithm

Details:

It is an algorithm used for pattern searching. Given a string and an array of n number of words, this algorithm will find all the occurrences of all these words in the given string. I will implement it in C++ and Java. I'm proficient in Data structures and algorithms. I would love to contribute it as a part of GSSoc '20. Please assign it to me!

singh-shreya6 commented 4 years ago

Please specify the languages you want to add.

vanigupta20024 commented 4 years ago

Please specify the languages you want to add.

I will do it in C++ and Java.

BhanujaAggarwal commented 4 years ago

I would like to work on this issue in C++,python,C

SakshiShreya commented 4 years ago

@BhanujaAggarwal

I would like to work on this issue in C++,python,C

You can work on it in Python and C. But create a new issue for that.

jainaman224 commented 4 years ago

@topcoder69 Do it in java.

vanigupta20024 commented 4 years ago

@topcoder69 Do it in java.

On it!