455. 分發餅乾

貪心算法: 1.確定問題最優子結構 2.設計遞歸算法 3.證明貪心算法安全性 4.將遞歸轉換爲迭代 自己解答: class Solution(object): def findContentChildren(self, g, s): """ :type g: List[int] :type s: List[int] :rtype: int """ g.sor
相關文章
相關標籤/搜索