LeetCode
Question
·
Mar 2024
Atlassian first round - rejected
1,349 views
6 replies
Question Details
Asked to implement following class: //implement class to return most popular content ID class MostPopular { void increasePopularity(int contentId); int mostPopular(); void decreasePopularity(int contentId); } I wrote following solution: Basically mai…
Full Details
🔒
Unlock full leaked content
Full insider details, leaked discussions, and candidate experiences.
Get Premium →Topics
Heap