Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 249 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 249 Bytes

KMP string-searching algorithm

Installation & running

  • git clone https://github.com/yurtsiv/kmp-searching.git
  • cd kmp-searching
  • python3 index.py file.txt 'your pattern' or python3 index.py file.txt 'string to match' 'your pattern'