Skip to content

Commit 43bc2ce

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dynamic_programming/Unbounded_knapsack.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ void tests() {
7777
std::cout << "All test cases passed!" << std::endl;
7878
}
7979

80+
/**
81+
* @brief main function
82+
* @return 0 on successful exit
83+
*/
8084
int main() {
8185
tests(); // run self test implementation
8286
return 0;

0 commit comments

Comments
 (0)