Hi,

I'm working on a spelling checker, for the suggestion part, i'm using the Levenshtein algorithm, https://www.dotnetperls.com/levenshtein-vbnet , however I find it a bit slower for web based spell checker. I'm only looking for an edit distance of 1, not really interested in a anything greater than 1. I was wondering if you know a faster algorithm or a better code?

Thanks