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

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

LeetCode1848. Minimum Distance to the Target Element

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

Given an integer array?nums?(0-indexed)?and two integers?target?and?start, find an index?i?such that?nums[i] == target?and?abs(i - start)?is?minimized. Note that?abs(x)?is the absolute value of?x.

Return?abs(i - start).

It is?guaranteed?that?target?exists in?nums.

?

Example 1:

Input: nums = [1,2,3,4,5], target = 5, start = 3Output: 1Explanation: nums[4] = 5 is the only value equal to target, so the answer is abs(4 - 3) = 1.

Example 2:

Input: nums = [1], target = 1, start = 0Output: 0Explanation: nums[0] = 1 is the only value equal to target, so the answer is abs(0 - 0) = 0.

Example 3:

Input: nums = [1,1,1,1,1,1,1,1,1,1], target = 1, start = 0Output: 0Explanation: Every value of nums is 1, but nums[0] minimizes abs(i - start), which is abs(0 - 0) = 0.

?

Constraints:

  • 1 <= nums.length <= 1000

  • 1 <= nums[i] <= 104

  • 0 <= start < nums.length

  • target?is in?nums.

主要是用數(shù)組排序一下就可以了,簡單題。

Runtime7 ms

Beats

19.53%

Memory41.9 MB

Beats

73.40%


LeetCode1848. Minimum Distance to the Target Element的評論 (共 條)

分享到微博請遵守國家法律
张家港市| 隆昌县| 合山市| 横山县| 云龙县| 嘉禾县| 江城| 普格县| 金湖县| 贺兰县| 红河县| 浦城县| 麦盖提县| 汤原县| 高雄县| 商水县| 阿克陶县| 射阳县| 饶阳县| 株洲市| 雷州市| 宁阳县| 铜陵市| 扎鲁特旗| 阳泉市| 乐亭县| 沙田区| 泾川县| 龙里县| 西乌| 黄平县| 斗六市| 吴江市| 灵武市| 福鼎市| 宜州市| 威信县| 黄陵县| 灌云县| 永川市| 汝城县|