Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 405 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 405 Bytes

fuzzy-strings

String search and Fuzzy String Matching algorithms.

Exact string matching

Brute force method
Horspool's algorithm
Boyer-Moore algorithm
Rabin-Karp algorithm

Fuzzy string matching

Hamming distance
Levenshtein distance

Running code locally

  1. Type the 'gulp' command in the project root directory to build. (https://gulpjs.com/)
  2. Type 'node .\dist\main.js' to test.