trinerdi / icpc-notebook

The ACM-ICPC notebook of our team "Tři nerdi"
MIT License
2 stars 1 forks source link

Alternative Aho-Corasick implementation #33

Closed RichardHladik closed 6 years ago

RichardHladik commented 6 years ago

This PR introduces an alternative Aho-Corasick implementation which I wrote just for fun. It is not indended to replace the current one in the notebook, but it may be useful/interesting nonetheless.

RichardHladik commented 6 years ago

Thanks for the input :-). I'm going to address the things you pointed out before merging.