OpenGenus/cosmos

Add edit distance solution

Open

#181 geöffnet am 2. Okt. 2017

Auf GitHub ansehen
 (15 Kommentare) (0 Reaktionen) (2 zugewiesene Personen)C++ (3.724 Forks)batch import
Hacktoberfestadd codenew algorithm

Repository-Metriken

Stars
 (13.462 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Add the code for edit distance problem.

Problem statement: Given two strings and three types of operation (insert, remove and replace a character), find the minimum number of operations needed to convert the first string into the second.

The code should be added at code/dynamic_programming/edit_distance

Contributor Guide