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 helped a lot. Thanks. Haha
wow how i couldn't think this way ;)
it's very simple idea and clear, big thanks
TypeError: 'int' object is not iterable ???
Respect
I brute forced it
Mind blown!
exactly like yours... (but what is even N, in there??)
meh, O(n^2)
I broke my head trying to wrap it around this generator. To understand it easier consider writing it like this:
[number for subarray in array for number in subarray]
Still not easy though :|
man, are you a god
This comment is hidden because it contains spoiler information about the solution
I'm in awe..Bitwise operators
I wated to do this, but I didn't know how to do a double for in a single line, cool
Am I a joke to you?
Cant take breaks off from coding it seems :(
Loading more items...