Skip to content

Commit 58fc6f6

Browse files
authored
fix folder
1 parent fc8a70c commit 58fc6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dyanamic_Programming/LCS.cpp renamed to dynamic-programminglcs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ int main()
4949
cout << "Length of LCS is " << lcs( X, Y, m, n ) ;
5050

5151
return 0;
52-
}
52+
}

0 commit comments

Comments
 (0)