Leetcode 621 Python

解題思路:將數量最多的task排在首位,以該task的間隔進行插空,計算插空可否插滿,不能插滿則返回帶有間隔的時間數,不然返回任務總數便可。python class Solution(object): def leastInterval(self, tasks, n): """ :type tasks: List[str] :type n: int :rtype: int
相關文章
相關標籤/搜索