Done in this fork
That is one viable solution yes.
Added in latest fork
This warning doesn't show anymore currently (using Python 3.11).
Can you explain for me, cause i can't understand that description.
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.
Loading collection data...
Done in this fork
That is one viable solution yes.
Added in latest fork
This warning doesn't show anymore currently (using Python 3.11).
Can you explain for me, cause i can't understand that description.
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.
Loading more items...