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.
I spent and evening trying to solve this in Python to no success (Timeouts), then re-wrote the same code in Javascript and it completed in 7s.
Seeing how few people solved this in Python, perhaps it's a good idea to tune down the complexity of Python tests a bit?
missing edge case in all languages:
Ideally, the random tests should also generate cases like this...
Is there any guarantee that (x0,y0) is always the bottom left of the input rectangles ?
I've been trying to submit my code but keep running into exit code 139, response received but no data was written to STDOUT or STDERR. Please help, I really want to see if my code passes the more advanced tests.
This comment is hidden because it contains spoiler information about the solution