Sponsored
Sponsored
Use these hints if you're stuck. Try solving on your own first.
Use a hash table to store and categorize videos based on their creator.
For each creator, iterate through all their videos and use three variables to keep track of their popularity, their most popular video, and the id of their most popular video.