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.
From desc.: "2D array size tuple (width, height)"
It should be (but I also have problems with getting correct values):
(3,3)
[0,1,2]
[3,4,5]
[6,7,8]
==========
(2,4)
[0,1]
[2,3]
[4,5]
[6,7]
should be fixed
replaced the tab with 4 spaces
Changed a part of the description - if there are more places that need formatting, specify below.
That's ok too, sometimes, leaving it for later is for the best. I'm pretty sure a facepalm will happen when you solve it ;) .
No, nothing that fancy, no. You know you can forfeit and see the solutions if you give up, don't you?
added triangle type in the description
too late to switch between dots/spaces
I was sitting here contemplating life because i just couldnt understand the logic of a 7kyu..nonetheless thanks for the clarification
description updated
Done.
I did solve it and didn't know about it beforehand.
Shouldn't this be on a given square?
Changed. Thank you!
Well, description is simply awefull... I don't know how I can help you without spoiling too much, but actually you may find out some bitwise operator better than operate on binary strings...
duplicate issue below
This comment is hidden because it contains spoiler information about the solution
Loading more items...