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

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

LeetCode 2255. Count Prefixes of a Given String

2023-01-28 16:43 作者:您是打尖兒還是住店呢  | 我要投稿

You are given a string array?words?and a string?s, where?words[i]?and?s?comprise only of?lowercase English letters.

Return?the?number of strings?in?words?that are a?prefix?of?s.

A?prefix?of a string is a substring that occurs at the beginning of the string. A?substring?is a contiguous sequence of characters within a string.

?

Example 1:

Input: words = ["a","b","c","ab","bc","abc"], s = "abc"Output: 3Explanation:The strings in words which are a prefix of s = "abc" are: "a", "ab", and "abc". Thus the number of strings in words which are a prefix of s is 3.

Example 2:

Input: words = ["a","a"], s = "aa"Output: 2Explanation:Both of the strings are a prefix of s. Note that the same string can occur multiple times in words, and it should be counted each time.

?

Constraints:

  • 1 <= words.length <= 1000

  • 1 <= words[i].length, s.length <= 10

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

Accepted

35,725

Submissions

48,867

能上路就行;跑的慢點(diǎn)就慢點(diǎn)了。。。

Runtime:?3 ms, faster than?22.72%?of?Java?online submissions for?Count Prefixes of a Given String.

Memory Usage:?44.4 MB, less than?6.85%?of?Java?online submissions for?Count Prefixes of a Given String.


LeetCode 2255. Count Prefixes of a Given String的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國(guó)家法律
仁怀市| 苏州市| 庄浪县| 南华县| 乌恰县| 专栏| 平陆县| 富裕县| 天峻县| 滨海县| 乐至县| 淮阳县| 阿巴嘎旗| 阳原县| 伊吾县| 绥中县| 浦城县| 金堂县| 云霄县| 平顶山市| 炉霍县| 兴文县| 石狮市| 栾川县| 许昌县| 渝北区| 鄂尔多斯市| 中阳县| 石屏县| 贺州市| 湘潭市| 中阳县| 政和县| 陇川县| 都江堰市| 来凤县| 临海市| 辽中县| 石河子市| 图片| 峨山|