LeetCode:118. Pascal‘s Triangle楊輝三角(C語言)

題目描述: 給定一個非負整數 numRows,生成楊輝三角的前 numRows 行。web 在楊輝三角中,每一個數是它左上方和右上方的數的和。網絡 示例: svg 輸入: 5 輸出: [ [1], [1,1], [1,2,1], [1,3,3,1], [1,4,6,4,1] ]spa 來源:力扣(LeetCode) 連接:https://leetcode-cn.com/problems/pasca
相關文章
相關標籤/搜索