Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
Leetcode 2558. Take Gifts From the Richest Pile
Repeatedly for k seconds, pick the current largest pile, replace its size with floor(sqrt(size)), and return the total remaining gifts; the core challenge is efficiently selecting and updating the maximum (use a max-heap / priority queue for O(k log n) operations).
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
All Regions
Comments
Hello Interview Premium
Your account is free and you can post anonymously if you choose.