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.
Not an issue, a question. ;p (issues are when kata is not working correctly or contains wrong informations/tests/...)
One important thing is missing in your post: what is the problem on cw? time out? or failure? (I guess the first one) Be aware that your solution has to pass more than 300 tests with very large grids (300 random ones, size of the grid is range(3,75,5) (NxN) and you have 20 tests for each size), so your code has to be optimized/efficient to get throuth them. Abut python verison, 3.4 is a bit faster but good solutions manage the tests in 5s, so that couldn't be an issue.
'Looked quickly at your code: it's really not optimized. One of your function is actually reeeeeally slow and that's where lays your troubles.
Once you've solved a kata you can click on the
language drop down menu
from theDetails Page
and select+ Add New
. This should open the kata for editing. Once complete the Kata Sensei can approve/reject the translations. Hope this helps :-)Cool, nice one :-), thanks for solving.