Skip to content

nima2007/Realtime-String-Matching

Repository files navigation

Created by David Park, Damen Birtola, xince shi, and Nima Vasseghi.

PDCurses is required to run this program

Text-editing programs frequently need to find all occurrences of a pattern in the text. Typically, the text is a document being edited, and the pattern searched for is a particular word supplied by the user. Efficient algorithms for this problem—called “string matching”—can greatly aid the responsiveness of the text-editing program.

About

Shows in real time the comparisons betweeen the Rabin-karp, Knuth-Morris-Pratt, and Boyer-Moore string matching algorithms through a live animation with each comparison. C++ program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors