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.
Description issue.
should be
“In the tests, the point will never fall exactly on an edge of the polygon.”
Not true with tests.
And why is the 2nd test be inside while 4st be outside while they are all on the edge of its polygon?
another task:
with input "[ [ -1, -1 ], [ 9, -1 ], [ 4, 9 ] ], [ 1, -3 ]", The point is obvious outside the polygon, But it said it should be inside?
Interesting kata...
And as usual, some test examples really mad me... I promise I have never met so weird Molecule formulas...
Good job :)