Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 1020 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 1020 Bytes

FuzzySearch-with-SwiftUI

This repository hosts implementations of two fuzzy search algorithms. One of them is based on the Levenshtein distance metric, a well-known algorithm for measuring the difference between two sequences.

The second algorithm, which is detailed in an accompanying article, offers a generic approach to fuzzy searching. You can find the article explaining its implementation here.