Skip to content

Commit ff9f842

Browse files
Update dynamic_programming/Unbounded_knapsack.cpp
Co-authored-by: realstealthninja <[email protected]>
1 parent f641dd3 commit ff9f842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynamic_programming/Unbounded_knapsack.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ void tests() {
7878
}
7979

8080
int main() {
81-
test_cases();
81+
tests(); // run self test implementation
8282
return 0;
8383
}

0 commit comments

Comments
 (0)