Skip to content
#

kmp

Here are 350 public repositories matching this topic...

Pattern matching algorithms search for occurrences of a pattern in a larger text. They have a wide range of applications, including data compression, data mining, and bioinformatics. There are several pattern matching algorithms available, including the naive algorithm, the Knuth-Morris-Pratt (KMP) algorithm, and the Boyer-Moore algorithm.

  • Updated Feb 10, 2023
  • Kotlin

Improve this page

Add a description, image, and links to the kmp topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kmp topic, visit your repo's landing page and select "manage topics."

Learn more