thuva4 / Algorithms

Collection of algorithms in multiple programming languages.
https://thuva4.github.io/Algorithms/
Apache License 2.0
486 stars 545 forks source link

Added AhoCorasick - Python #886

Closed azhar1038 closed 3 years ago

azhar1038 commented 3 years ago

This PR adds implementation of Aho-Corasick algorithm for Python 3.