leetcode - 1431 Kids Wtith the Greatest Number of Candies JavaScript Solution

Опубликовано: 17 Февраль 2026
на канале: litCode
660
16

Simple JS Solution

Given the array candies and the integer extraCandies, where candies[i] represents the number of candies that the ith kid has.

For each kid check if there is a way to distribute extraCandies among the kids such that he or she can have the greatest number of candies among them. Notice that multiple kids can have the greatest number of candies.