Skip to content

Commit fc8a70c

Browse files
authored
fix folder and name
1 parent 37d83fa commit fc8a70c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dyanamic_Programming/EditDistance.cpp renamed to dynamic-programming/edit-distance.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ int main()
5757
cout << editDistDP(str1, str2, str1.length(), str2.length());
5858

5959
return 0;
60-
}
60+
}

0 commit comments

Comments
 (0)