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 a68f0e5 commit f641dd3Copy full SHA for f641dd3
dynamic_programming/Unbounded_knapsack.cpp
@@ -9,7 +9,7 @@
9
* @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
10
* 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.
11
*
12
- * Note: Each item can be taken any number of times.
+ * @note Each item can be taken any number of times.
13
14
* @author [Sanskruti Yeole](https://github.com/yeolesanskruti)
15
* @see dynamic_programming/Unbounded_knapsack.cpp
0 commit comments