KMP

Functions

template<class C>
std::vector<int> getKmp(const std::vector<C> &S)
std::vector<int> getKmp(const std::string &s)