1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-12 19:01:47 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

批量更新数据

This commit is contained in:
2025-01-09 20:29:41 +08:00
parent 04ecea043d
commit 48cdd06c2b
5053 changed files with 156164 additions and 135322 deletions

View File

@@ -1,4 +1,4 @@
<p>给定平面上<em>&nbsp;</em><code>n</code><em> </em><strong>互不相同</strong> 的点&nbsp;<code>points</code> ,其中 <code>points[i] = [x<sub>i</sub>, y<sub>i</sub>]</code><strong>回旋镖</strong> 是由点&nbsp;<code>(i, j, k)</code> 表示的元组 ,其中&nbsp;<code>i</code>&nbsp;&nbsp;<code>j</code>&nbsp;之间的距离和&nbsp;<code>i</code>&nbsp;&nbsp;<code>k</code>&nbsp;之间的欧式距离相等(<strong>需要考虑元组的顺序</strong>)。</p>
<p>给定平面上<em>&nbsp;</em><code>n</code><em> </em><strong>互不相同</strong> 的点&nbsp;<code>points</code> ,其中 <code>points[i] = [x<sub>i</sub>, y<sub>i</sub>]</code><strong>回旋镖</strong> 是由点&nbsp;<code>(i, j, k)</code> 表示的元组 ,其中&nbsp;<code>i</code>&nbsp;&nbsp;<code>j</code>&nbsp;之间的欧式距离和&nbsp;<code>i</code>&nbsp;&nbsp;<code>k</code>&nbsp;之间的欧式距离相等(<strong>需要考虑元组的顺序</strong>)。</p>
<p>返回平面上所有回旋镖的数量。</p>
&nbsp;