Microsoft plans to release Windows 10 this summer in 190 countries and 111 languages, the company announced today, though a specific date was not named. In a blog post on…
Month: March 2015
PSC.Search: a new implementation of Levenshtein distance algorithm
This article describes a simple implementation of the string search. It can be used for approximate string matching (for more information, see http://en.wikipedia.org/wiki/Fuzzy_string_searching). Other algorithms for approximate string searching exist…