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.
what do the generations represent ?
python new test framework
Good practice for Python
For such a short string is not something to bother about, and it feels cleaner for this specific problem
exactly my thoughts!
Appears to be the case in Python at least.
Python new test framework
{ 0, 1, 1 }
and it reports the new dimensions as-4 x -6
Very impactful.
I'm having an issue with this test "do_test(0, 3, 3, gen_0, 3, 3, gen_0);", I get "Test Crashed Caught unexpected signal: 6"
But when I run the function with the same arguments on my own I don't get any error.
it's so easy for me. I'm very happy to improve my logic in javascript with codewars
This is not correct thing to do. What will happen if
$a
is 0, and$b
is -1? What will your solution return, and what is the correct answer?Your solution has a bug, it's not a kata issue.
In what language?
This comment is hidden because it contains spoiler information about the solution
The grid should expand as much as you might need (and in any direction), no matter if it becomes different from initial one.
Loading more items...