Package g0601_0700.s0621_task_scheduler
Class Solution
- java.lang.Object
-
- g0601_0700.s0621_task_scheduler.Solution
-
public class Solution extends Object
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
leastInterval(char[] tasks, int n)
-