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.
Thanks, glad you learned something here
This solution is so nice. Learned a lot from it.
this one should be quicker than '\n'.join(). nice try!
Test in Python says to return None, but test written to look for ''.
Thanks it's easy to adapt this algorithm to scan only a third of all numbers instead of an half.
Correct, I should have bounded my compliment properly :)
except 2... ;)
This comment is hidden because it contains spoiler information about the solution
mind = 'blown'
I don't see how this code rejects a list that doesn't match the
nxn dimensional requirement.