KMP
This commit is contained in:
@@ -7,6 +7,7 @@ using namespace std;
|
||||
|
||||
class S0028 {
|
||||
public:
|
||||
void getNext(int* next, const string& s);
|
||||
int strStr(string haystack, string needle);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user