Skip to content

Commit 4d4c49c

Browse files
Update dynamic_programming/Unbounded_0_1_Knapsack.cpp
Co-authored-by: realstealthninja <[email protected]>
1 parent 541ea54 commit 4d4c49c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynamic_programming/Unbounded_0_1_Knapsack.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ static void tests() {
132132
* @return 0 on successful exit
133133
*/
134134
int main() {
135-
tests(); // Run test cases to validate implementation
135+
tests(); // Run self test implementation
136136
return 0;
137137
}
138138

0 commit comments

Comments
 (0)