Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 1.95 KB

07.String-Single-Pattern-Matching-List.md

File metadata and controls

11 lines (9 loc) · 1.95 KB

单模式串匹配题目

题号 标题 题解 标签 难度
0028 找出字符串中第一个匹配项的下标 Python 字符串、双指针 简单
0459 重复的子字符串 Python 字符串、字符串匹配 简单
0686 重复叠加字符串匹配 Python 字符串、字符串匹配 中等
0796 旋转字符串 Python 字符串、字符串匹配 简单
1408 数组中的字符串匹配 Python 字符串、字符串匹配 简单
2156 查找给定哈希值的子串 Python 字符串、滑动窗口、哈希函数、滚动哈希 中等