Skip to content

Knuth-Morris-Pratt (KMP) is an Efficient String-Searching Algorithm Finding Occurrences of a "Pattern" within a "Text", Creating a Longest Proper Prefix Suffix (LPS) Array, which Intelligently Shifts the Pattern when a Mismatch Occurs

Notifications You must be signed in to change notification settings

WillKirkmanM/knuth-morris-pratt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knuth-Morris-Pratt (KMP)

Knuth-Morris-Pratt (KMP) is an Efficient String-Searching Algorithm Finding Occurrences of a "Pattern" within a "Text", Creating a Longest Proper Prefix Suffix (LPS) Array, which Intelligently Shifts the Pattern when a Mismatch Occurs

About

Knuth-Morris-Pratt (KMP) is an Efficient String-Searching Algorithm Finding Occurrences of a "Pattern" within a "Text", Creating a Longest Proper Prefix Suffix (LPS) Array, which Intelligently Shifts the Pattern when a Mismatch Occurs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages