MakeContributions / DSA

Data Structure and Algorithm (DSA) contributions
MIT License
682 stars 758 forks source link

The Levenshtein distance (Edit distance) Problem in Python #684

Open soggy-mushroom opened 2 years ago

soggy-mushroom commented 2 years ago

Information about Algorithm

The Levenshtein distance between two words is the minimum number of single-character edits (i.e., insertions, deletions, or substitutions) required to change one word into the other

Have you read the Contributing.md and Code of conduct

Other context

I have noticed that Python section doesn't have this problem, could you please assign it to me? Regards

welcome[bot] commented 2 years ago

Thanks for opening your first issue here! Be sure to follow the issue template!

karthiknadar1204 commented 1 year ago

i would like to work on this,please assign it to me