Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

KMPSearch

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.

About

A java implementation of the Knuth-Morris-Pratt algorithm for pattern search

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages