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.
I finally figured it all out. I hadn't worked the solution enough, but when I did, I found that I could go a LOT faster.
Thanks for your input. :)
I have a solution which I've taken out to [100,000,000!].
I'm invoking build in Sublime and get the right answers in very short order.
puts zeros(100000000)# =>
24999999
[Finished in 4.0s]
Running the same process times out the Kata. I can't see how many tests are being done, nor how large the inputs are, so I don't understand my timing issue.
Anyone have a clue as to the magnitude of the largest test case? I REALLY don't want to give up on this Kata, and I can't see the test cases until I've submitted successfully.
Argh! :)