mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
存量题库数据更新
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<p>Return <em>the <strong>number</strong> of nodes that have the <strong>highest score</strong></em>.</p>
|
||||
|
||||
<p> </p>
|
||||
<p><strong>Example 1:</strong></p>
|
||||
<p><strong class="example">Example 1:</strong></p>
|
||||
<img alt="example-1" src="https://assets.leetcode.com/uploads/2021/10/03/example-1.png" style="width: 604px; height: 266px;" />
|
||||
<pre>
|
||||
<strong>Input:</strong> parents = [-1,2,0,2,0]
|
||||
@@ -19,7 +19,7 @@
|
||||
The highest score is 4, and three nodes (node 1, node 3, and node 4) have the highest score.
|
||||
</pre>
|
||||
|
||||
<p><strong>Example 2:</strong></p>
|
||||
<p><strong class="example">Example 2:</strong></p>
|
||||
<img alt="example-2" src="https://assets.leetcode.com/uploads/2021/10/03/example-2.png" style="width: 95px; height: 143px;" />
|
||||
<pre>
|
||||
<strong>Input:</strong> parents = [-1,2,0]
|
||||
|
Reference in New Issue
Block a user