maxCandies
to store the maximum number of candies any kid has.candies
array to find the maximum number of candies (maxCandies
).result
to store the results for each kid.candies
array again, and for each kid, check if candies[i] + extraCandies >= maxCandies
.result
list.result
list.