LeetCode75: Kids With the Greatest Number of Candies
Introduction You are given an integer array candies where each element represents the number of candies a particular child has. You are also given an integer extraCandies which represents the number of extra candies you can give to any one child. Your task is to determine for each child if they can have the greatest … Read more