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.
Right, the end-handling of blocking the intersection is different by necessity (just imagine beyond the end is a cliff that cars fall off so the exit from the intersection is never blocked!). Anyway, the rules for those scenarios are covered by the spec:
Which rules seem counter-intuitive?
I feel your pain. But it kinda does -- the Description says that it uses x for rows and y for columns. It's messed up, but it is specified.
I would gladly disable gmp library for python but from previous experience this provokes a lot of nagging.
The tests are fine, your function's name is
formatDuration
instead offormat_duration
. Rename it so the tests find it.