robert-bor / aho-corasick

Java implementation of the Aho-Corasick algorithm for efficient string matching
Apache License 2.0
890 stars 348 forks source link

The code in one file #91

Closed invegat closed 3 years ago

invegat commented 3 years ago

For use at hackerrank.com where everything has to be inside a Solution class.

ghost commented 3 years ago

For use at hackerrank.com where everything has to be inside a Solution class.

Wouldn't this mean maintaining multiple source bases?

Closing as this doesn't seem appropriate for this repository.