1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-10-13 01:15:14 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2025-09-29 14:43:44 +08:00
parent 2862a227c4
commit 13f2098086
4409 changed files with 168933 additions and 166256 deletions

View File

@@ -2,7 +2,7 @@
<p>只要经过一定次数的翻转操作后,能使 <strong>X</strong> 等于 <strong>Y</strong>,我们就称二叉树 <strong>X</strong> <em>翻转 等价&nbsp;</em>于二叉树 <strong>Y</strong></p>
<p>这些树由根节点&nbsp;<code>root1</code><code>root2</code>&nbsp;给出。如果两个二叉树是否是<em>翻转 等价&nbsp;</em>函数,则返回 <code>true</code> ,否则返回 <code>false</code></p>
<p>这些树由根节点&nbsp;<code>root1</code><code>root2</code>&nbsp;给出。如果两个二叉树是否是<em>翻转 等价&nbsp;</em>,则返回 <code>true</code> ,否则返回 <code>false</code></p>
<p>&nbsp;</p>