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.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
how can we determine the outlier type from the first 3 elements? can't it be all even or all odd until lets say the 1000th element?
This comment is hidden because it contains spoiler information about the solution
there are random tests already (at least in python). Thing is: when there are a lot of solutions, the tests aren't run again against the old solutions after an update of the kata. Those solutions couldn't pass anymore if posted in the trainer.
Resolved then.
The proper way to fix that would be changing the code on the translation to match the description, not the other way around. Which language are you talking about here, java, python, ruby (at least all of them are not compliant with the description)?
I've changed those 3 to test size >= 5.