Crate kmpm

source ·
Expand description

kmpm

githubcrates-iodocs-rs

KMPM (Knuth-Morris-Pratt algorithm) library. KMPM is one of effective character query algorithm.

If the length of the text is n and the length of the pattern is m, the KMP algorithm processes in O(n+m) time

Functions