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 5f58192 commit 71425b2Copy full SHA for 71425b2
src/main/java/com/thealgorithms/greedyalgorithms/BandwidthAllocation.java
@@ -26,7 +26,7 @@ private BandwidthAllocation() {
26
* 4. If the bandwidth is not enough to allocate the full demand of a user, allocate a fraction of the demand.
27
* 5. Return the maximum value achievable.
28
*
29
- * @param bandwidth total available bandwidth
+ * @param bandwidth total available bandwidth to allocate
30
* @param users array of user demands
31
* @param values array of values associated with each user's demand
32
* @return the maximum value achievable
0 commit comments