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.
So is this a "real" issue of kata but not a bug in user's code? I just want to make sure if I should solve it by working hard at codes of client side.
This argument might be trival, but how about using True==True and False==False directly?
Hi guys,
I am working on the Python version and in 490 random test case I can past about 480. The other 10 get the results of "False should equal 1". From the instruction, the return value of function is either True or False, I don't understand why "1" is expected in test case. Did I miss something important?
Appreicate your inputs.
Frank
Thanks, looks like I don't need to check that:)
My understanding of the regional rule is that in the 3x3 region there should be 1 to 9 and no duplicates. But the first test case confuses me. The region of cell[row=1, col=0] (upper left cell) and cell[row = 3, col=2] are [6,7,2
1,9,8,
8,5,9].
Both 8 and 9 appear twice but 0 and 3 are missing. Why the result is "Finished!"?
Update: I realized that there is inefficient steps causing time out.
Hello,
I am using python3 and can pass all basic tests. But in "Attempt" phase, a STDERR appeared saying "Process was terminated. It took longer than 12000ms to complete". Since the test case is withheld at this moment, ithe size of array is unknown. Is there any possibility that the calculation time could exceed 12 seconds? What's the largest size of array in test case?
Thanks,
Frank