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.
yeah, as Benjamin said this can be considered a 6-kyu kata for recursive solution. dont let this kata discourage you to keep training here in codewars. This kata is more like a puzzle.
This comment is hidden because it contains spoiler information about the solution
fixed
fixed
Approved
approved, but it needs to have random tests. put those test to
sample test cases
, to be visibile for users and put the random test intest cases
I am not sure if I understand your question. But the order of items in string list shows order of plyed items.
First of all, try to use the debugger more often.
It is not a good idea to modify values of the method parameters, as you try to change values of knightPosition and bishopPosition.
Then the first element in knightPosition and bishopPosition is already an Int, and you are trying to convert it to Int again by Convert.ToInt32 method.
approved
Approved
I am not sure what you mean. But the return type is string, which refer to fruit name.
This comment is hidden because it contains spoiler information about the solution
I would have accepted your complain if the simple solution had been the only way to solve it. And you saw the note in beginning to inform you that it is going to be more difficult than 8 kyu normal kata.
Thanks for your time, translation and text formatting. It is approved.
This comment is hidden because it contains spoiler information about the solution
Loading more items...