We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Migratory Birds
Migratory Birds
Sort by
recency
|
3640 Discussions
|
Please Login in order to post a comment
Here is how I solved it using C++. Feel free to leave feedback on my solution:
`cpp
int migratoryBirds(vector arr) {
}`
Java Solution
using HashMaps
}
Clean problem — reminds me of how I categorized menu items by popularity on the Popeyes menu site. Here's my Python take using Counter: