📯118. 杨辉三角 - 力扣(Leetcode)
2024-1-22
| 2024-1-22
0  |  阅读时长 0 分钟
type
status
date
slug
summary
tags
category
password
URL
PublishDate
icon

给定一个非负整数 numRows生成「杨辉三角」的前 numRows 行。
在「杨辉三角」中,每个数是它左上方和右上方的数的和。
notion image
示例 1:
示例 2:
提示:
  • 1 <= numRows <= 30
  • leetcode
  • 73. 矩阵置零 - 力扣(Leetcode)566. 重塑矩阵 - 力扣(Leetcode)
    Loading...
    目录