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

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

分享到微博請遵守國家法律
东兰县| 梁河县| 淮阳县| 翼城县| 瑞安市| 嵊州市| 大洼县| 栖霞市| 丹阳市| 林甸县| 宁武县| 即墨市| 庄河市| 合山市| 海兴县| 巴彦县| 印江| 镇坪县| 大英县| 靖西县| 龙南县| 河曲县| 大余县| 顺义区| 新沂市| 靖边县| 于都县| 连平县| 永吉县| 定襄县| 全椒县| 柯坪县| 永新县| 台前县| 阿克苏市| 高陵县| 灌云县| 通江县| 高尔夫| 毕节市| 景谷|