leetcode 118 Pascal's Triangle(楊輝三角) python3 兩種解法(清晰的分類討論 / 優雅的拼接反向疊加)

全部Leetcode題目不按期彙總在 Github, 歡迎你們批評指正,討論交流。 class Solution: def generate(self, numRows): """ :type numRows: int :rtype: List[List[int]] """ # method one: 用了if
相關文章
相關標籤/搜索