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.
One of the random tests had "damaged: False" as an item of a dictionary from the list you use as the argument for the function.
How come? The description clearly states:
"If an arrow in the quiver does not have a damaged status, it means it's new."
So, that means that a new arrow should NOT have the "damaged" key in the first place. Please, fix that.
Shouldn't it be tested that the function is indeed a lambda/closure/... ?
C Translation
Hello,
Could you please check and approve the Java Translation (https://www.codewars.com/kumite/62124fda1d5475001661ee49?sel=62124fda1d5475001661ee49) of the kata.
Thanks
A
Regular Expressions
tag would be appropiate.This comment is hidden because it contains spoiler information about the solution
Description is unclear and allows totally dissimilar implementations. Are we supposed to write a class method, a function? I have solved this kata with no problem in several language, but I'm not very competent in Ruby and I have no idea what I'm supposed to do in this language.
Initial code template similar to JS and C# should be used for all languages. Not sure if this should be labelled as an 'issue', so just suggestion for now.
There are self-interacting polygons in the test cases, which don't have a well-defined orientation. Quoting from Wikipedia:
In fact the author solution and most of the existing solutions can return either orientation depending on the shape (but not the topology) of the self-intersection polygon.
This comment is hidden because it contains spoiler information about the solution