Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 881 Bytes

README.rst

File metadata and controls

38 lines (21 loc) · 881 Bytes

Knuth-Morris-Pratt

Reference: ESMAJ Knuth-Morris-Pratt algorithm http://www-igm.univ-mlv.fr/~lecroq/string/node8.html

Substring search algorithm for an slices of elements that are comparable with ==.

Documentation not available yet. Not yet published.

Please read the API documentation here

build_status crates

How to contribute:

  • Fix a bug or implement a new thing
  • Include tests for your new feature, preferably a quickcheck test
  • Make a Pull Request

Recent Changes

    • No releases