650. Can Plae Flowers(不相鄰放置)

題目 我的代碼 class Solution(object): def canPlaceFlowers(self, v, n): """ :type flowerbed: List[int] :type n: int :rtype: bool """ if len(v)==1: if n==0: ret
相關文章
相關標籤/搜索