Method LevenshteinDistance
LevenshteinDistance(Word, Word)
Calculates the edit distance between two strings using the given alphabet
public static int LevenshteinDistance(Word a, Word b)
Parameters
Returns
Remarks
Implements Wagner-Fischer algorithm in two rows