Search
⌘K

Leetcode 3188. Find Top Scoring Students II

Compute each student's total score from the given inputs and return the top-k students (applying required tie-break rules). The challenge is to aggregate scores at scale and select the top performers efficiently, often requiring sorting/priority-queue selection or more advanced data structures for many queries or updates.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.