Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
Leetcode 3089. Find Bursty Behavior
Given a stream of timestamped events, identify time intervals where activity spikes sharply compared to the surrounding baseline — typically solved by sliding-window or prefix-sum counting and comparing rates (or using two pointers and a heap to return top-k bursty periods).
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.