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

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

LeetCode 1455. Check If a Word Occurs As a Prefix of Any Word in

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

Given a?sentence?that consists of some words separated by a?single space, and a?searchWord, check if?searchWord?is a prefix of any word in?sentence.

Return?the index of the word in?sentence?(1-indexed) where?searchWord?is a prefix of this word. If?searchWord?is a prefix of more than one word, return the index of the first word?(minimum index). If there is no such word return?-1.

A?prefix?of a string?s?is any leading contiguous substring of?s.

?

Example 1:

Input:?sentence = "i love eating burger", searchWord = "burg"Output:?4Explanation:?"burg" is prefix of "burger" which is the 4th word in the sentence.

Example 2:

Input:?sentence = "this problem is an easy problem", searchWord = "pro"Output:?2Explanation:?"pro" is prefix of "problem" which is the 2nd and the 6th word in the sentence, but we return 2 as it's the minimal index.

Example 3:

Input:?sentence = "i am tired", searchWord = "you"Output:?-1Explanation:?"you" is not a prefix of any word in the sentence.

?

Constraints:

  • 1 <= sentence.length <= 100

  • 1 <= searchWord.length <= 10

  • sentence?consists of lowercase English letters and spaces.

  • searchWord?consists of lowercase English letters.



Easy題目,先把sentence 根據(jù)空格分列,分成數(shù)組,

然后遍歷數(shù)組,

如果是prefix,則返回;

沒有就是-1;

Runtime:?0 ms, faster than?100.00%?of?Java?online submissions for?Check If a Word Occurs As a Prefix of Any Word in a Sentence.

Memory Usage:?39.6 MB, less than?98.68%?of?Java?online submissions for?Check If a Word Occurs As a Prefix of Any Word in a Sentence.


LeetCode 1455. Check If a Word Occurs As a Prefix of Any Word in的評論 (共 條)

分享到微博請遵守國家法律
新昌县| 岳阳市| 松滋市| 同江市| 富川| 徐汇区| 清原| 平顶山市| 子洲县| 常山县| 大名县| 石屏县| 鲜城| 绥化市| 阿图什市| 庆安县| 尼勒克县| 特克斯县| 聂拉木县| 通道| 和林格尔县| 呈贡县| 柯坪县| 仁怀市| 金堂县| 广德县| 正镶白旗| 江门市| 大英县| 峨边| 出国| 屏东市| 安宁市| 大同市| 千阳县| 应城市| 盐山县| 长宁县| 清徐县| 锡林浩特市| 泉州市|