Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
Leetcode 2676. Throttle
Given a sequence of request timestamps (or events) and throttling rules (e.g., at most K requests per time window or a required cooldown between same events), enforce the rate limit by deciding which requests to process, drop, or delay. This requires sliding-window / queue or greedy techniques to count requests in time windows and minimize drops or compute earliest valid processing times under the constraints.
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.