随笔分类 - LeetCode题解记录
-
LeetCode-621:任务调度器(桶方法)python实现
摘要:python代码如下: class Solution(object): def leastInterval(self, tasks, n): """ :type tasks: List[str] :type n: int :rtype: int """ count,time = collection 阅读全文
浙公网安备 33010602011771号