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

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

分享到微博請遵守國家法律
邹平县| 竹山县| 五原县| 准格尔旗| 永安市| 夹江县| 石家庄市| 洞口县| 萨嘎县| 连南| 山丹县| 西藏| 宁河县| 荥阳市| 景东| 兴宁市| 鲁山县| 徐水县| 玉溪市| 丹江口市| 文安县| 沙雅县| 安康市| 广宁县| 江孜县| 黔东| 洛川县| 光泽县| 吴旗县| 万荣县| 东至县| 邻水| 宁陕县| 莱西市| 望谟县| 潼关县| 白玉县| 济源市| 尚义县| 陕西省| 乐至县|