kmp-matcher

0.1.2 • Public • Published

kmp-matcher

Knut Morris Pratt algroithm's realisation in js

Example

var kmp = require('kmp-matcher');
kmp.kmp('aabbaaccdsbbaab', 'a'); // returns an array of positions of all occurrences [0, 1, 4, 5, 12, 13]

Readme

Keywords

Package Sidebar

Install

npm i kmp-matcher

Weekly Downloads

1

Version

0.1.2

License

MIT

Last publish

Collaborators

  • guliash