Given a sorted array that may have repeated elements, count each different element.
Anonymous
At first, I used a dictionary, then I wrote a solution using binary search to find the upper bound of each different element.
Check out your Company Bowl for anonymous work chats.