Skip to content

Knuth-Morris-Pratt (KMP) algorithm which is an effective way of finding patterns from the paragraph.

Notifications You must be signed in to change notification settings

janithScript/Knuth-Morris-Pratt-Algorithm-Java

Repository files navigation

Knuth-Morris-Pratt Algorithm

To design and implement a string matching operation by using the Knuth-Morris-Pratt (KMP) algorithm which is an effective way of finding patterns from the paragraph. String matching operation is a core part of many text processing applications, e.g., the design of compilers and text editors. Thus, locating patterns in a text efficiently is very important and is a crucial task.

About

Knuth-Morris-Pratt (KMP) algorithm which is an effective way of finding patterns from the paragraph.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages