We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58fc6f6 commit 323c597Copy full SHA for 323c597
Dyanamic_Programming/knapsack.cpp renamed to dynamic-programming/knapsack.cpp
@@ -36,4 +36,4 @@ int main()
36
int n = sizeof(val)/sizeof(val[0]);
37
cout << knapSack(W, wt, val, n);
38
return 0;
39
-}
+}
0 commit comments