@@ -95,7 +95,7 @@ BF 算法的思想可以用一句话来概括:在主串中检查起始位置
95
95
| 28 | 找出字符串中第一个匹配项的下标 | [[ ✓]] ( /problem/0028.md ) | [ ` 双指针 ` ] ( /tag/two-pointers.md ) [ ` 字符串 ` ] ( /tag/string.md ) [ ` 字符串匹配 ` ] ( /tag/string-matching.md ) | 🟢 | [ 🀄️] ( https://leetcode.cn/problems/find-the-index-of-the-first-occurrence-in-a-string ) [ 🔗] ( https://leetcode.com/problems/find-the-index-of-the-first-occurrence-in-a-string ) |
96
96
| 459 | 重复的子字符串 | [[ ✓]] ( /problem/0459.md ) | [ ` 字符串 ` ] ( /tag/string.md ) [ ` 字符串匹配 ` ] ( /tag/string-matching.md ) | 🟢 | [ 🀄️] ( https://leetcode.cn/problems/repeated-substring-pattern ) [ 🔗] ( https://leetcode.com/problems/repeated-substring-pattern ) |
97
97
| 686 | 重复叠加字符串匹配 | | [ ` 字符串 ` ] ( /tag/string.md ) [ ` 字符串匹配 ` ] ( /tag/string-matching.md ) | 🟠 | [ 🀄️] ( https://leetcode.cn/problems/repeated-string-match ) [ 🔗] ( https://leetcode.com/problems/repeated-string-match ) |
98
- | 1668 | 最大重复子字符串 | | [ ` 字符串 ` ] ( /tag/string.md ) [ ` 动态规划 ` ] ( /tag/dynamic-programming.md ) [ ` 字符串匹配 ` ] ( /tag/string-matching.md ) | 🟢 | [ 🀄️] ( https://leetcode.cn/problems/maximum-repeating-substring ) [ 🔗] ( https://leetcode.com/problems/maximum-repeating-substring ) |
98
+ | 1668 | 最大重复子字符串 | [[ ✓ ]] ( /problem/1668.md ) | [ ` 字符串 ` ] ( /tag/string.md ) [ ` 动态规划 ` ] ( /tag/dynamic-programming.md ) [ ` 字符串匹配 ` ] ( /tag/string-matching.md ) | 🟢 | [ 🀄️] ( https://leetcode.cn/problems/maximum-repeating-substring ) [ 🔗] ( https://leetcode.com/problems/maximum-repeating-substring ) |
99
99
| 796 | 旋转字符串 | [[ ✓]] ( /problem/0796.md ) | [ ` 字符串 ` ] ( /tag/string.md ) [ ` 字符串匹配 ` ] ( /tag/string-matching.md ) | 🟢 | [ 🀄️] ( https://leetcode.cn/problems/rotate-string ) [ 🔗] ( https://leetcode.com/problems/rotate-string ) |
100
100
| 1408 | 数组中的字符串匹配 | [[ ✓]] ( /problem/1408.md ) | [ ` 数组 ` ] ( /tag/array.md ) [ ` 字符串 ` ] ( /tag/string.md ) [ ` 字符串匹配 ` ] ( /tag/string-matching.md ) | 🟢 | [ 🀄️] ( https://leetcode.cn/problems/string-matching-in-an-array ) [ 🔗] ( https://leetcode.com/problems/string-matching-in-an-array ) |
101
101
| 2156 | 查找给定哈希值的子串 | | [ ` 字符串 ` ] ( /tag/string.md ) [ ` 滑动窗口 ` ] ( /tag/sliding-window.md ) [ ` 哈希函数 ` ] ( /tag/hash-function.md ) ` 1+ ` | 🔴 | [ 🀄️] ( https://leetcode.cn/problems/find-substring-with-given-hash-value ) [ 🔗] ( https://leetcode.com/problems/find-substring-with-given-hash-value ) |
0 commit comments