POJ 1961 Period kmp

For each prefix of a given string S with N characters (each character has an ASCII code between 97 and 126, inclusive), we want to know whether the prefix is a periodic string. That is, for each i (2 <= i <= N) we want to know the largest K > 1 (if there is one) such that the prefix of S with length i can be written as AK ,that is A concatenated K times, for some string A. Of course, we also want to know the period K.

,理想的路总是为有信心的人预备着

POJ 1961 Period kmp

相关文章:

你感兴趣的文章:

标签云: