Algo_ds_101: Edit distance

Created on 2 Oct 2020  路  8Comments  路  Source: ahampriyanshu/algo_ds_101

Submission Title
Edit distance

Submission Type
Algorithm

Submission Description
problem statement:- The edit distance between two strings is the minimum number of operations (insertions, deletions, and
substitutions of symbols) to transform one string into another. It is a measure of similarity of two strings.
Edit distance has applications, for example, in computational biology, natural language processing, and spell
checking. Your goal in this problem is to compute the edit distance between two strings.
Overall time complexity :- O(m*n) ,where m,n are length of strings.

Contributors

  • [x] C++ -
  • [x] C -
  • [x] Python -
  • [x] Java -
  • [x] JavaScript -
  • [ ] TypeScript -
  • [x] Golang -
  • [ ] Ruby -
  • [ ] Scala -
Hacktoberfest New Submssion TypeScript first timer good first issue python ruby scala

All 8 comments

I want to implement this algorithm in c++. please assign it to me.

I want to implement this algorithm in Java. please assign it to me.

@ahampriyanshu
Can you please assign this to me for Golang?

May I try to implement the problem in python? could you please assign it to me?

I want to implement this algorithm in C. please assign it to me.

I would really like to implement this in Python. Please assign it to me @yogesh-kansal

I would like to implement this algorithm in JavaScript. Please assign it to me.

thanks everyone :v:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Sushantrimurti picture Sushantrimurti  路  5Comments

Nirali0029 picture Nirali0029  路  4Comments

ahampriyanshu picture ahampriyanshu  路  5Comments

0x6f736f646f picture 0x6f736f646f  路  3Comments

ahampriyanshu picture ahampriyanshu  路  5Comments