国产精品天干天干,亚洲毛片在线,日韩gay小鲜肉啪啪18禁,女同Gay自慰喷水

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

LeetCode2006. Count Number of Pairs With Absolute Difference K

2023-01-17 13:12 作者:您是打尖兒還是住店呢  | 我要投稿


Given an integer array?nums?and an integer?k, return?the number of pairs?(i, j)?where?i < j?such that?|nums[i] - nums[j]| == k.

The value of?|x|?is defined as:

  • x?if?x >= 0.

  • -x?if?x < 0.

?

Example 1:

Input: nums = [1,2,2,1], k = 1Output: 4Explanation: The pairs with an absolute difference of 1 are: - [1,2,2,1] - [1,2,2,1] - [1,2,2,1] - [1,2,2,1]

Example 2:

Input: nums = [1,3], k = 3Output: 0Explanation: There are no pairs with an absolute difference of 3.

Example 3:

Input: nums = [3,2,1,5,4], k = 2Output: 3Explanation: The pairs with an absolute difference of 2 are: - [3,2,1,5,4] - [3,2,1,5,4] - [3,2,1,5,4]

?

Constraints:

  • 1 <= nums.length <= 200

  • 1 <= nums[i] <= 100

  • 1 <= k <= 99

  • 本來想是直接map 排序的,但是忘記怎么寫了,所以還是用了優(yōu)先隊列。




Runtime6 ms

Beats

68.2%

Memory42.3 MB

Beats

44.36%

Click to check the distribution chart



LeetCode2006. Count Number of Pairs With Absolute Difference K的評論 (共 條)

分享到微博請遵守國家法律
固安县| 天柱县| 剑川县| 建昌县| 页游| 石阡县| 永新县| 米脂县| 永胜县| 来凤县| 云安县| 明水县| 泸州市| 林口县| 吉木萨尔县| 上饶市| 奈曼旗| 田阳县| 万全县| 东源县| 兴隆县| 曲沃县| 沅江市| 三江| 武平县| 麟游县| 江山市| 金川县| 牙克石市| 三原县| 龙井市| 贞丰县| 汪清县| 昔阳县| 九江县| 都匀市| 军事| 成安县| 开鲁县| 柯坪县| 收藏|