Skip to content

In this example a list of users is shown and sorted with a easy fuzzy search algorithm.

Notifications You must be signed in to change notification settings

activcoding/FuzzySearch-with-SwiftUI

Repository files navigation

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.

About

In this example a list of users is shown and sorted with a easy fuzzy search algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages