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.
Approved
Needs
restrictions
tag.Fork implementing these just in case this is ever approved lol:
https://www.codewars.com/kumite/66848553977c442b381e2040
Suggestions:
String.prototype
to prevent solutions such as thisd01.toString = Function.prototype.toString
to prevent solutions such as thismarking as resolved plenty of new tests, including random added since that by someone.
marking as resolved - random tests added by someone.
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?
This comment is hidden because it contains spoiler information about the solution
My solution passed without any problem and is using lambda.
Seems that the problem was fixed.
Fixed
This comment is hidden because it contains spoiler information about the solution
"Can't use Operator >" when using lambda functions (this problem is so simple that I'm trying to golf it).
Loading more items...