Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vladthelittleone/aho-corasick
- Owner: vladthelittleone
- License: mit
- Created: 2015-12-08T17:12:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-15T21:01:37.000Z (about 9 years ago)
- Last Synced: 2023-08-16T11:59:02.641Z (over 1 year ago)
- Language: Java
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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