Skip to content

Commit 06ffa99

Browse files
committed
Changed class name to file name
1 parent e298841 commit 06ffa99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Java/dynamic_programming/unique_paths.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Output: 28
1414
*/
1515

16-
public class UniquePaths {
16+
public class unique_paths {
1717

1818
// -----------------------------------------------------------
1919
// 1. BRUTE FORCE (Recursive)

0 commit comments

Comments
 (0)