🎑102. 二叉树的层序遍历 - 力扣(Leetcode)
2024-1-22
| 2024-1-22
0  |  阅读时长 0 分钟
type
status
date
slug
summary
tags
category
password
URL
PublishDate
icon
给你二叉树的根节点 root ,返回其节点值的 层序遍历 。 (即逐层地,从左到右访问所有节点)。
示例 1:
notion image
示例 2:
示例 3:
提示:
  • 树中节点数目在范围 [0, 2000]
  • 1000 <= Node.val <= 1000
  • leetcode
  • 104. 二叉树的最大深度 - 力扣(Leetcode)94. 二叉树的中序遍历 - 力扣(Leetcode)
    Loading...
    目录