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

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

分享到微博請遵守國家法律
和田市| 蚌埠市| 黄龙县| 连南| 安仁县| 揭西县| 郧西县| 特克斯县| 普格县| 渝中区| 台中市| 定州市| 永清县| 吐鲁番市| 潍坊市| 乃东县| 卢氏县| 珠海市| 东阿县| 芜湖市| 互助| 呼图壁县| 嘉祥县| 内江市| 甘孜| 南漳县| 东莞市| 湾仔区| 华宁县| 新和县| 玛曲县| 罗平县| 天津市| 象州县| 汶川县| 伊宁市| 龙口市| 隆安县| 芒康县| 江油市| 海口市|