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

歡迎光臨散文網(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ó)家法律
荔波县| 宝丰县| 泽库县| 金坛市| 霍山县| 保靖县| 扎囊县| 谢通门县| 鹿泉市| 抚宁县| 延寿县| 凤阳县| 田阳县| 隆回县| 洪泽县| 清丰县| 松溪县| 长宁区| 太仓市| 九江县| 同江市| 灯塔市| 阿荣旗| 阜新| 渭南市| 东安县| 滕州市| 深州市| 鲁甸县| 武胜县| 平和县| 房山区| 遂宁市| 扬中市| 桃园市| 长垣县| 灵寿县| 西宁市| 诏安县| 铁岭县| 高要市|