Tasks with cooldown: same task must have at least intervals between executions. Find minimum time to complete all tasks. Example: tasks = [A,A,A,B,B,B], n = . One schedule: A B idle A B idle A B. Time: . The most frequent task determines the minimum time.
Greedy Algorithms8 sections · 316 units
Open in CourseProblem - Task Scheduler
CPU with cooldown