All Questions
1 question
20
votes
6
answers
5k
views
Creating a "spell check" that checks against a database with a reasonable runtime
I'm not asking about implementing the spell check algorithm itself. I have a database that contains hundreds of thousands of records. What I am looking to do is checking a user input against a certain ...