Skip to content

cpj2195/Levenshtein-Distance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Levenshtein-Distance

Run the code on a GCC compiler using CodeBlocks. strings are case sensitive.A levenshtein distance of 1 is counted to convert 'A' to 'a' or vice-versa. Either of the two strings can be empty.Two Empty strings are considered same and levenshtein distance is 0 and similarity score is 100. A space between the strings is considered as a character.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages