Community

Start a Thread


Notifications
Subscribe You’re not receiving notifications from this thread.

Treats Distribution - Javascript Question

Challenges • Asked about 4 years ago by Anonymous

Anonymous Commented on Apr 09, 2020:

Why do we need to sort the array? Just keep adding the values into a set and then take the min of the size of the set and n /2 . Should be O(n) time complexity - no?

Link to problem: Treats Distribution.