Back to all patterns

Heap with Cooldown Queue

1 problems • Practice on LeetCode to earn credits

About This Pattern

Master the Heap with Cooldown Queue pattern by practicing these problems organized by difficulty.Focus on the Key Signals - these are the indicators that tell you when to use this pattern.

Medium (1)

Task Scheduler

Schedule tasks with cooldown period, return minimum time needed.

Key Signals:

Max heap by frequencyTrack cooldownIdle time calculation