修改字符串 实控线strstr题目链接
This commit is contained in:
parent
a5723e1858
commit
e6f3beb3e6
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
# 28. 实现 strStr()
|
# 28. 实现 strStr()
|
||||||
|
|
||||||
[力扣题目链接](https://leetcode.cn/problems/implement-strstr/)
|
[力扣题目链接](https://leetcode.cn/problems/find-the-index-of-the-first-occurrence-in-a-string/)
|
||||||
|
|
||||||
实现 strStr() 函数。
|
实现 strStr() 函数。
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue