1455_check_if_a_word_occurs_as_a_prefix_of_any_word_in_a_sentenc.pdf
83.1 KB
leetcode.cn 2022-08-21
🟢1455.check-if-a-word-occurs-as-a-prefix-of-any-word-in-a-sentence
🏷️ Tags
#string #string_matching
🟢1455.check-if-a-word-occurs-as-a-prefix-of-any-word-in-a-sentence
🏷️ Tags
#string #string_matching
1764.form-array-by-concatenating-subarrays-of-another-array.pdf
91.8 KB
leetcode.cn 2022-12-17
🟡1764.form-array-by-concatenating-subarrays-of-another-array
🏷️ Tags
#greedy #array #string_matching
🟡1764.form-array-by-concatenating-subarrays-of-another-array
🏷️ Tags
#greedy #array #string_matching
28.find-the-index-of-the-first-occurrence-in-a-string.pdf
54.4 KB
leetcode.com 2023-03-03
🟡28.find-the-index-of-the-first-occurrence-in-a-string
🏷️ Tags
#two_pointers #string #string_matching
🟡28.find-the-index-of-the-first-occurrence-in-a-string
🏷️ Tags
#two_pointers #string #string_matching
leetcode.cn 2026-03-31
🔴3474.lexicographically-smallest-generated-string
🏷️ Tags
#greedy #string #string_matching
🔴3474.lexicographically-smallest-generated-string
🏷️ Tags
#greedy #string #string_matching
Telegraph
lexicographically-smallest-generated-string
给你两个字符串,str1 和 str2,其长度分别为 n 和 m 。
leetcode.com 2026-03-31
🔴3474.lexicographically-smallest-generated-string
🏷️ Tags
#greedy #string #string_matching
🔴3474.lexicographically-smallest-generated-string
🏷️ Tags
#greedy #string #string_matching
Telegraph
lexicographically-smallest-generated-string
You are given two strings, str1 and str2, of lengths n and m, respectively. A string word of length n + m - 1 is defined to be generated by str1 and str2 if it satisfies the following conditions for each index 0 <= i <= n - 1: