最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(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的評論 (共 條)

分享到微博請遵守國家法律
含山县| 长白| 高淳县| 普安县| 鄂州市| 林甸县| 太保市| 平南县| 侯马市| 克拉玛依市| 邵武市| 商水县| 沙河市| 长垣县| 绩溪县| 乐陵市| 通江县| 疏勒县| 监利县| 朝阳县| 广灵县| 岐山县| 简阳市| 定南县| 锦屏县| 平泉县| 辽宁省| 喜德县| 灵山县| 江都市| 靖江市| 徐水县| 长武县| 育儿| 营山县| 恩施市| 龙山县| 奉化市| 望谟县| 锦屏县| 南郑县|