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

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

Leetcode2053. Kth Distinct String in an Array

2022-02-02 15:54 作者:您是打尖兒還是住店呢  | 我要投稿

A?distinct string?is a string that is present only?once?in an array.

Given an array of strings?arr, and an integer?k, return?the?kth?distinct string?present in?arr. If there are?fewer?than?k?distinct strings, return?an?empty string?"".

Note that the strings are considered in the?order in which they appear?in the array.

?

Example 1:

Input: arr = ["d","b","c","b","c","a"], k = 2Output: "a"Explanation:The only distinct strings in arr are "d" and "a". "d" appears 1st, so it is the 1st distinct string. "a" appears 2nd, so it is the 2nd distinct string. Since k == 2, "a" is returned.

Example 2:

Input: arr = ["aaa","aa","a"], k = 1Output: "aaa"Explanation:All strings in arr are distinct, so the 1st string "aaa" is returned.

Example 3:

Input: arr = ["a","b","a"], k = 3Output: ""Explanation:The only distinct string is "b". Since there are fewer than 3 distinct strings, we return an empty string "".

?

Constraints:

  • 1 <= k <= arr.length <= 1000

  • 1 <= arr[i].length <= 5

  • arr[i]?consists of lowercase English letters.


Runtime:?8 ms, faster than?52.92%?of?Java?online submissions for?Kth Distinct String in an Array.

Memory Usage:?45.2 MB, less than?5.48%?of?Java?online submissions for?Kth Distinct String in an Array.


Leetcode2053. Kth Distinct String in an Array的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國(guó)家法律
安阳市| 大理市| 河源市| 西和县| 浦北县| 钟祥市| 康定县| 乌审旗| 丹东市| 汾阳市| 资中县| 清原| 天等县| 抚远县| 安康市| 瑞安市| 盐山县| 沙田区| 嘉义县| 哈尔滨市| 菏泽市| 凉城县| 黄梅县| 顺昌县| 屏东县| 微山县| 山东| 鱼台县| 贺兰县| 义乌市| 兴和县| 高州市| 信阳市| 景谷| 罗定市| 贵港市| 兴义市| 永兴县| 南京市| 固安县| 桓台县|