mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-08 00:43:04 +08:00
Update
This commit is contained in:
@ -8,6 +8,7 @@ https://leetcode-cn.com/problems/implement-strstr/
|
||||
## C++代码
|
||||
|
||||
```
|
||||
|
||||
class Solution {
|
||||
public:
|
||||
void preKmp(int* next, const string& s){
|
||||
@ -44,6 +45,5 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
```
|
||||
> 笔者在先后在腾讯和百度从事技术研发多年,利用工作之余重刷leetcode,本文 [GitHub](https://github.com/youngyangyang04/leetcode-master ):https://github.com/youngyangyang04/leetcode-master 已经收录,欢迎star,fork,共同学习,一起进步。
|
||||
|
Reference in New Issue
Block a user