2 parents eb040df + 94e9e4b commit 0de9d91Copy full SHA for 0de9d91
algorithms/cpp/editDistance/editDistance.cpp
@@ -75,7 +75,7 @@ using namespace std;
75
* "" 0 1 2 3 4 5
76
* a 1 0 1 2 3 4
77
* b 2 1 0 1 2 3
78
- * b 3 2 1 1 1 2
+ * b 3 2 1 1 2 2
79
*
80
*/
81
int min(int x, int y, int z) {
0 commit comments