Skip to content

Commit 323c597

Browse files
authored
fix folder
1 parent 58fc6f6 commit 323c597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dyanamic_Programming/knapsack.cpp renamed to dynamic-programming/knapsack.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ int main()
3636
int n = sizeof(val)/sizeof(val[0]);
3737
cout << knapSack(W, wt, val, n);
3838
return 0;
39-
}
39+
}

0 commit comments

Comments
 (0)