Skip to content

Commit f641dd3

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

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
@@ -9,7 +9,7 @@
99
* @task Given a set of N items, each with a weight and a value, represented by the array `wt` and `val` respectively, and a knapsack
1010
* with a weight limit W, the task is to fill the knapsack in such a way that the maximum profit is obtained. Return the maximum profit.
1111
*
12-
* Note: Each item can be taken any number of times.
12+
* @note Each item can be taken any number of times.
1313
*
1414
* @author [Sanskruti Yeole](https://github.com/yeolesanskruti)
1515
* @see dynamic_programming/Unbounded_knapsack.cpp

0 commit comments

Comments
 (0)