C# Class LevenshteinDistance, naward12

Mostra file Open project: norvigaward/naward12 Class Usage Examples

Public Methods

Method Description
Compute ( string s, string t ) : int

Compute the distance between two strings.

Method Details

Compute() public static method

Compute the distance between two strings.
public static Compute ( string s, string t ) : int
s string
t string
return int