无码av一区二区三区无码,在线观看老湿视频福利,日韩经典三级片,成 人色 网 站 欧美大片在线观看

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

leetcode1961. Check If String Is a Prefix of Array

2022-04-03 09:36 作者:您是打尖兒還是住店呢  | 我要投稿

Given a string?s?and an array of strings?words, determine whether?s?is a?prefix string?of?words.

A string?s?is a?prefix string?of?words?if?s?can be made by concatenating the first?k?strings in?words?for some?positive?k?no larger than?words.length.

Return?true?if?s?is a?prefix string?of?words, or?false?otherwise.

?

Example 1:

Input: s = "iloveleetcode", words = ["i","love","leetcode","apples"]Output: trueExplanation:s can be made by concatenating "i", "love", and "leetcode" together.

Example 2:

Input: s = "iloveleetcode", words = ["apples","i","love","leetcode"]Output: falseExplanation:It is impossible to make s using a prefix of arr.

?

Constraints:

  • 1 <= words.length <= 100

  • 1 <= words[i].length <= 20

  • 1 <= s.length <= 1000

  • words[i]?and?s?consist of only lowercase English letters.



Runtime:?3 ms, faster than?30.70%?of?Java?online submissions for?Check If String Is a Prefix of Array.

Memory Usage:?43.9 MB, less than?6.17%?of?Java?online submissions for?Check If String Is a Prefix of Array.

用stringbuilder 遍歷數(shù)組的字符,每次跟選定的字符串比對是否一樣,即可確認prefix是不是字符串s了。

leetcode1961. Check If String Is a Prefix of Array的評論 (共 條)

分享到微博請遵守國家法律
察雅县| 峨眉山市| 班玛县| 浦县| 白河县| 宁河县| 靖安县| 合山市| 巴塘县| 沙雅县| 木里| 和田县| 奇台县| 高尔夫| 左云县| 滦南县| 门头沟区| 永吉县| 汪清县| 鸡东县| 牙克石市| 铁岭县| 女性| 宁陕县| 志丹县| 通海县| 罗田县| 铁岭市| 灌南县| 南开区| 敦煌市| 洪湖市| 东乌珠穆沁旗| 莒南县| 晋城| 富民县| 蕲春县| 勃利县| 定州市| 定西市| 临颍县|