Repeated Substring Pattern
This commit is contained in:
14
include/s0459_repeated_substring_pattern.hpp
Normal file
14
include/s0459_repeated_substring_pattern.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef S0459_REPEATED_SUBSTRING_PATTERN_HPP
|
||||
#define S0459_REPEATED_SUBSTRING_PATTERN_HPP
|
||||
|
||||
#include <string>
|
||||
|
||||
using namespace std;
|
||||
|
||||
class S0459 {
|
||||
public:
|
||||
bool repeatedSubstringPattern(string s);
|
||||
void getNext(string &s, int *next);
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user