victoriousj / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

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.


Languages

Language:C# 100.0%