五月天青色头像情侣网名,国产亚洲av片在线观看18女人,黑人巨茎大战俄罗斯美女,扒下她的小内裤打屁股

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

分享到微博請遵守國家法律
会同县| 屯留县| 彭山县| 高碑店市| 南雄市| 仁布县| 甘肃省| 吐鲁番市| 香港| 邓州市| 会理县| 柞水县| 四会市| 鄂托克前旗| 常州市| 扎鲁特旗| 建德市| 乐山市| 瑞丽市| 遂宁市| 乐业县| 保康县| 柘荣县| 揭东县| 金乡县| 正安县| 昌邑市| 大冶市| 穆棱市| 旌德县| 定南县| 淮安市| 浙江省| 建瓯市| 扬州市| 天等县| 鞍山市| 同德县| 宝丰县| 陆丰市| 昭平县|