🛹226. 翻转二叉树 - 力扣(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:
notion image
示例 3:
提示:
  • 树中节点数目范围在 [0, 100]
  • 100 <= Node.val <= 100
  • leetcode
  • 112. 路径总和 - 力扣(Leetcode)104. 二叉树的最大深度 - 力扣(Leetcode)
    Loading...
    目录