Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vladthelittleone/aho-corasick

Aho–Corasick algorithm is a string searching algorithm invented by Alfred V. Aho and Margaret J. Corasick.
https://github.com/vladthelittleone/aho-corasick

Last synced: 27 days ago
JSON representation

Aho–Corasick algorithm is a string searching algorithm invented by Alfred V. Aho and Margaret J. Corasick.

Awesome Lists containing this project

README

        

# AhoCorasick
Aho–Corasick algorithm is a string searching algorithm invented by Alfred V. Aho and Margaret J. Corasick.

## Links to Learn
* [RU E-MAXX](http://e-maxx.ru/algo/aho_corasick)
* [RU IFMO](http://neerc.ifmo.ru/wiki/index.php?title=Алгоритм_Ахо-Корасик)
* [RU HABRAHABR](http://habrahabr.ru/post/198682/)
* [EN IVANK](http://blog.ivank.net/aho-corasick-algorithm-in-as3.html)
* [EN PREFIX TREE(TRIE)](https://sites.google.com/site/indy256/algo/trie)
* [EN DZONE](https://dzone.com/articles/algorithm-week-aho-corasick)

## Examples of tests
* TestFX for JavaFX
* HtmlUnit for WebService
* JUnit for algorithm