Skip to content

JavaFX string searcher application using Naive, Knuth-Morris-Pratt, Boyer-Moore, and Rabin-Karp pattern searching algorithms.

Notifications You must be signed in to change notification settings

SJVswan/string-searcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

String Searcher

A string searching JavaFX application with options for Naive, Knuth-Morris-Pratt, Boyer-Moore, or Rabin-Karp pattern-searching algorithms.

You can input a text you'd like to search and a target pattern, and select which algorithm you want to search with. The results of the search is saved to a local output.txt file.

String Searcher Screenshot

Here is what the output.txt file may look like:

String Searcher Output Screenshot

About

JavaFX string searcher application using Naive, Knuth-Morris-Pratt, Boyer-Moore, and Rabin-Karp pattern searching algorithms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published