Skip to content

Commit e20fb69

Browse files
authored
Rename Dyanamic_Programming/longestpath.cpp to dynamic-programminglongest_path.cpp
1 parent 8e61097 commit e20fb69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dyanamic_Programming/longestpath.cpp renamed to dynamic-programminglongest_path.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ int main()
6767
cout << "Length of the longest path is "
6868
<< finLongestOverAll(mat);
6969
return 0;
70-
}
70+
}

0 commit comments

Comments
 (0)