functional-kmp: KMP implemented on haskell's built-in cons-cell-based lists.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

A few efficient list-processing functions using the prefix-function, which is defined as:

(prefixFun xs) !! i

is the length of the largest proper substring of xs ending at position i, such that it equals the beginning of xs.

For example:

.-----.             .-----.
a b a c a b a a a b a b a c d
0 0 1 0 1 2 3 1 1 2 3 2 3 4 0
                          ^

The marked substrings are equal, hence the value at the marked location is their length, 4.

Properties

Versions 0.1.0.0, 0.1.0.0
Change log None available
Dependencies base (>=4 && <5) [details]
License BSD-3-Clause
Author mniip
Maintainer mniip@mniip.com
Category Data
Home page http://github.com/mniip/functional-kmp
Source repo head: git clone http://github.com/mniip/functional-kmp.git
Uploaded by mniip at 2015-11-12T01:49:29Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees