Search
⌘K

Leetcode 575. Distribute Candies

Given an even-length array of candy types and a limit of n/2 candies to eat, maximize the number of different types Alice can consume. Count the distinct types and return min(number_of_distinct_types, n/2).


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.