All Stories published by 100 days of algorithms on April 27, 2017

Day 34: Aho-Corasick

Aho-Corasick is a string searching algorithm running in linear time and my heart would be broken if I missed this one in the series.

I already spent a day on string searching, so what’s the difference to day 29? Aho-Corasick uses a finite state automaton to search…

About
100 days of algorithms
100 days, 100 algorithms - a challenge consisting of many small pieces
More information
Tags
Editors