/asp.net-fuzzy-matching-app

ASP.NET MVC application that uses some string-matching algorithms to find customer names in a database. This is slightly slow as it iterates through each name and performs a semi0expensive operation on each name, but it was interesting to learn a little about how searches work.

Primary LanguageC#

This repository is not active