Search
⌘K

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.

Comments

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