Skip to content

Add Str.Levenshtein #194

@ymh199478

Description

@ymh199478
/// <summary>
/// Calculate Levenshtein distance between two strings
/// </summary>
/// <param name="str1">The string 1.</param>
/// <param name="str2">The string 2.</param>
/// <returns>
/// This function returns the Levenshtein-Distance between the two argument 
/// strings or -1, if one of the argument strings is longer than the limit 
/// of 255 characters.
/// </returns>
public static int Levenshtein(string str1, string str2)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions