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.
This comment is hidden because it contains spoiler information about the solution
Objects do not have key order in general.
This is not properly tested: sorting by
y
first orx
first both passes the tests.Also this description is not properly formatted at all (and not even coherent in the first place), it screams to be rewritten.
Distance metric is not specified, and frankly insane: why is Chebyshev distance used??? Shouldn't any sane person be able to deduce that distances in reality are in Euclidean distance?
Nice Kata.
Storm
is spelled wrongly asStrom
.Test.assertEquals(actual, expected[, msg])
.Headlines
format, awhitespace
is required between#
and thetext
.