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 f641dd3 commit ff9f842Copy full SHA for ff9f842
dynamic_programming/Unbounded_knapsack.cpp
@@ -78,6 +78,6 @@ void tests() {
78
}
79
80
int main() {
81
- test_cases();
+ tests(); // run self test implementation
82
return 0;
83
0 commit comments