-
Notifications
You must be signed in to change notification settings - Fork 0
psaikko/string-algorithms-project
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Project in String Processing Algorithms (spring 2014) Java implementations of algorithms for the multiple exact string matching problem. Implemented algorithms: Aho-Corasick, Karp-Rabin, multipattern Shift-And. - To compile, run ./compile.sh - To execute tests, run ./test.sh - The script ./run_example runs the program with some example parameters - To start the program manually, run 'java Main' in ./out after running the compile script. Running the program with no arguments outputs a help text with instructions.
About
Java implementations of multiple-exact-string-matching algorithms
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published