X Tutup
The Wayback Machine - https://web.archive.org/web/20201116215733/https://github.com/psaikko/string-algorithms-project
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
img
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 

README.md

string-algorithms-project

Code for the Project in String Processing Algorithms course at University of Helsinki (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

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.
X Tutup