OpenGenus/cosmos

Add edit distance solution

Open

#181 建立於 2017年10月2日

在 GitHub 查看
 (15 留言) (0 反應) (2 負責人)C++ (3,724 fork)batch import
Hacktoberfestadd codenew algorithm

倉庫指標

Star
 (13,462 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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

貢獻者指南