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 think there should be a validation for wrong code input. like below
brain_luck('[,+[-.,+]', 'Codewars' + chr(255))
And this just made me, ow weee I am what people aspire to be :XD
I solved it the same way at first, but in no way is this more efficient.
At least take the n*2-1 calculation out of the list comprehension. you don't need to calculate that in every loop.
Check my solutions.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution