DSA icon indicating copy to clipboard operation
DSA copied to clipboard

The Levenshtein distance (Edit distance) Problem in Python

Open soggy-mushroom opened this issue 3 years ago • 1 comments

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

  • [x] Yes
  • [ ] No

Other context

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

soggy-mushroom avatar Jan 27 '22 12:01 soggy-mushroom

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

welcome[bot] avatar Jan 27 '22 12:01 welcome[bot]

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

karthiknadar1204 avatar Mar 11 '23 15:03 karthiknadar1204