Skip to content

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

Notifications You must be signed in to change notification settings

ramdhany/KMPSearch

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages