deno.land / x / masx200_leetcode_test@10.6.5 / distribute-candies / index.ts

نووسراو ببینە
1
2
3
4
export default function distributeCandies(candyType: number[]): number { return Math.min(candyType.length / 2, new Set(candyType).size);}
masx200_leetcode_test

Version Info

Tagged at
a year ago