Skip to content

Commit 71425b2

Browse files
committed
Fix
1 parent 5f58192 commit 71425b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/greedyalgorithms/BandwidthAllocation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ private BandwidthAllocation() {
2626
* 4. If the bandwidth is not enough to allocate the full demand of a user, allocate a fraction of the demand.
2727
* 5. Return the maximum value achievable.
2828
*
29-
* @param bandwidth total available bandwidth
29+
* @param bandwidth total available bandwidth to allocate
3030
* @param users array of user demands
3131
* @param values array of values associated with each user's demand
3232
* @return the maximum value achievable

0 commit comments

Comments
 (0)