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.
Done
Hi, what do you think about the suggestion that the input should be an integer rather than binary string?
Binary strings are more suitable for the problem, but I'm open for this suggestion if more people think so.
Changed both description, fixed tests, and random tests.
Please reset the problem (updated test cases).
This comment is hidden because it contains spoiler information about the solution
Fixed
Fixed; added another batch of random tests where the answer is never 0. Thanks
Oh no worries, it just didn't update but now its invalid.
My java code takes ~8 seconds to run
Now I changed the upper limit of the performance test cases to 500 and the stress to 400, which invalidated 3 more.
No, it wasn't intended to pass, but due to python being slow, I made the restraints different than that of java. Now, I changed the performance tests to strictly be 400x400 instead of being from 350-400 in both dimensions, which invalidated it.
BTW, thanks for letting me know about the issues - I will look into them when I have more time.
Loading more items...