LeetCode Challenge #1: Kids With the Greatest Number of Candies
Problem statement:
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 ha...
blog.lo-victoria.com