mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-12 10:51:42 +08:00
存量题库数据更新
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
</ul>
|
||||
|
||||
<p> </p>
|
||||
<p><strong>Example 1:</strong></p>
|
||||
<p><strong class="example">Example 1:</strong></p>
|
||||
<img alt="" src="https://assets.leetcode.com/uploads/2020/09/22/untitled-diagram.png" style="width: 176px; height: 176px;" />
|
||||
<pre>
|
||||
<strong>Input:</strong> towers = [[1,2,5],[2,1,7],[3,1,9]], radius = 2
|
||||
@@ -31,7 +31,7 @@
|
||||
- Quality of 9 from (3, 1) results in ⌊9 / (1 + sqrt(1)⌋ = ⌊4.5⌋ = 4
|
||||
No other coordinate has a higher network quality.</pre>
|
||||
|
||||
<p><strong>Example 2:</strong></p>
|
||||
<p><strong class="example">Example 2:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> towers = [[23,11,21]], radius = 9
|
||||
@@ -39,7 +39,7 @@ No other coordinate has a higher network quality.</pre>
|
||||
<strong>Explanation:</strong> Since there is only one tower, the network quality is highest right at the tower's location.
|
||||
</pre>
|
||||
|
||||
<p><strong>Example 3:</strong></p>
|
||||
<p><strong class="example">Example 3:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> towers = [[1,2,13],[2,1,7],[0,1,9]], radius = 2
|
||||
|
Reference in New Issue
Block a user