A java implementation of the Knuth-Morris-Pratt algorithm for pattern search. This class can search both on string and integer sequences.
This example was built using the Maven build tool. Please ensure you have Maven installed.
To build the example after cloning the repository, run 'maven install' in the directory.
Run 'maven package' to build a single JAR file that you can import in your projects.