摘要: ## 题目:[28. 找出字符串中第一个匹配项的下标](https://leetcode.cn/problems/find-the-index-of-the-first-occurrence-in-a-string/) ### 思路: 说白了就是匹配字符串,朴素就是暴力以每一个位置为起点都跑一遍。 阅读全文
posted @ 2023-08-03 20:58 WtcSky 阅读(16) 评论(0) 推荐(0)