From 5d1c565c14061759bd55cc534eb95e0cf9e59192 Mon Sep 17 00:00:00 2001 From: SUBHAMAY__GANGULY <71601569+STREIN-11@users.noreply.github.com> Date: Tue, 15 Oct 2024 22:52:22 +0530 Subject: [PATCH] Update Fillup_buckets.cpp --- Daily/Fillup_buckets.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Daily/Fillup_buckets.cpp b/Daily/Fillup_buckets.cpp index 7d91748..328a0e4 100644 --- a/Daily/Fillup_buckets.cpp +++ b/Daily/Fillup_buckets.cpp @@ -4,7 +4,6 @@ Find the number of ways to fill the buckets with balls such that each bucket has of balls in them.Note: Since the answer may be very large, calculate the answer modulo 10^9+7. - Input: n = 1 capacity = [6]