KMP-0.1.0.2: Knuth–Morris–Pratt string searching algorithm

The KMP package

This module implements the Knuth-Morris-Pratt algorithm. It can search a word in a text in O(m+n) time, where m and n are the length of the word and the text. This module can apply on any list of instance of Eq.

Properties

Versions0.1, 0.1.0.1, 0.1.0.2
Dependenciesarray (≥0.3 & <1), base (≥3.0 & <5)
LicenseBSD3
Copyright2012, Cindy Wang (CindyLinz)
AuthorCindy Wang (CindyLinz)
MaintainerCindy Wang <cindylinz@gmail.com>
Stabilityalpha
CategoryAlgorithms
Home pagehttps://github.com/CindyLinz/Haskell-KMP
Upload dateMon Mar 5 06:07:18 UTC 2012
Uploaded byCindyLinz
Built onghc-7.4

Modules

Downloads