mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-12 02:41:42 +08:00
批量更新数据
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<p><strong>有效</strong> 二叉搜索树定义如下:</p>
|
||||
|
||||
<ul>
|
||||
<li>节点的左子树只包含<strong> 小于 </strong>当前节点的数。</li>
|
||||
<li>节点的左<span data-keyword="subtree">子树</span>只包含<strong> 小于 </strong>当前节点的数。</li>
|
||||
<li>节点的右子树只包含 <strong>大于</strong> 当前节点的数。</li>
|
||||
<li>所有左子树和右子树自身必须也是二叉搜索树。</li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user