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.
Local tests are not (or wrongly?) implemented.
Edge cases are not in description.
Return value for edge cases does not make sense (should be distinguishable from not-a-collision).
Zero radius circles are simply points, which can collide (I do not see your point. nested circles collide, don't they? what's different when the inner circle has a zero radius?).
Also, unnecessarily hard to get at values. Adds nothing to kata logic.
When all the fluff is handled, it's a nice little kata that showcases a basic piece of math. But there's more fluff than business logic here.
Java version needs random tests. Also, some of the tests appear to say interesting instead of intersecting.