CODING
_WEDNESDAYS
Lhedzv
hernandezmarquina
darkhelios
ramonramirezz
javiersalazar93
Luis Hernández
Jonathan Hernández
Tomas Ibarra
Ramón Ramirez
Javier Salazar
CodeEval Challenge number:
/107
Write a program to determine the shortest repetition in a string.
A string is said to have period p if it can be formed by concatenating one or more repetitions of another string of length p. For example, the string "xyzxyzxyzxyz" has period 3, since it is formed by 4 repetitions of the string "xyz". It also has periods 6 (two repetitions of "xyzxyz") and 12 (one repetition of "xyzxyzxyzxyz").
abcabcabcabc
bcbcbcbcbcbcbcbcbcbcbcbcbcbc
dddddddddddddddddddd
adcdefg
Each line will contain a string of up to 80 non-blank characters
Input Sample:
Print out the smallest period of the input string.
Output Sample:
3
2
1
7
Thanks For coming
Have a nice Vacations!