Skip to content

Commit

Permalink
Update Fillup_buckets.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
STREIN-11 authored Oct 15, 2024
1 parent 5d1c565 commit 95bbbae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Daily/Fillup_buckets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ Given n buckets and infinite number of balls. The maximum capacity of each bucke
Find the number of ways to fill the buckets with balls such that each bucket has atleast 1 ball and all the buckets have distinct number
of balls in them.Note: Since the answer may be very large, calculate the answer modulo 10^9+7.
Input:
n = 1
capacity = [6]
Expand Down

0 comments on commit 95bbbae

Please sign in to comment.