I calculates the edit distance of the query string with every word in the dictionary. Is this method too slow in this problem?
Or can any one give me some special input which will make my program unable to break from the two infinite loop?
Code: Select all
deleted