Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
"count_down = count_down / divider" is forced to zero at around 182nd iteration (product of all numbers 1...182. Something at the order of 10^315.) Your code in controling the loop (count_down) is wrong. It survives for smaller factors, but cannot stand big numbers.
Clever but fails for example when "a"s of the test cases are replaced with "z"s