mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 16:01:41 +08:00
存量题库数据更新
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
</ul>
|
||||
|
||||
<p> </p>
|
||||
<p><strong>Example 1:</strong></p>
|
||||
<p><strong class="example">Example 1:</strong></p>
|
||||
<img src="https://assets.leetcode.com/uploads/2022/03/15/image-20220315203925-1.png" style="width: 300px; height: 212px;" />
|
||||
<pre>
|
||||
<strong>Input:</strong> root = [4,8,5,0,1,null,6]
|
||||
@@ -21,7 +21,7 @@ For the node with value 1: The average of its subtree is 1 / 1 = 1.
|
||||
For the node with value 6: The average of its subtree is 6 / 1 = 6.
|
||||
</pre>
|
||||
|
||||
<p><strong>Example 2:</strong></p>
|
||||
<p><strong class="example">Example 2:</strong></p>
|
||||
<img src="https://assets.leetcode.com/uploads/2022/03/26/image-20220326133920-1.png" style="width: 80px; height: 76px;" />
|
||||
<pre>
|
||||
<strong>Input:</strong> root = [1]
|
||||
|
Reference in New Issue
Block a user