Leetcode Daily Question
@leetcodeDailyQuestionChannel
2.46K
subscribers
517
files
2.16K
links
Why are you asking me to do Leetcode for this CSS job?
Download Telegram
Join
Leetcode Daily Question
2.46K subscribers
Leetcode Daily Question
leetcode.cn
2025-12-03
🔴
3625.count-number-of-trapezoids-ii
🏷️
Tags
#geometry
#array
#hash_table
#math
Telegraph
count-number-of-trapezoids-ii
给你一个二维整数数组 points,其中 points[i] = [xi, yi] 表示第 i 个点在笛卡尔平面上的坐标。
来源
答案
Leetcode Daily Question
leetcode.com
2025-12-03
🔴
3625.count-number-of-trapezoids-ii
🏷️
Tags
#geometry
#array
#hash_table
#math
Telegraph
count-number-of-trapezoids-ii
You are given a 2D integer array points where points[i] = [xi, yi] represents the coordinates of the ith point on the Cartesian plane. Return the number of unique trapezoids that can be formed by choosing any four distinct points from points. A trapezoid…
Source
Solution