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.
Rejected by someone. (I assume hobs)
Thanks for doing the translation!
Okay, this should be fixed now.
I guess I didn't intend that to be so literal, but point taken...description fixed. Thanks.
This comment is hidden because it contains spoiler information about the solution
Well, for starters: without much further thought I ran the
ATTEMPT
by simply coding no more than:return 'A';
(in C#) and it happened to pass all the random tests.Who approves my translation? It has a (critical!) issue about random tests, who almost returns only one answer.
description input format doesn't match the test case format.
from description:
Team A -> [3310,0011,1301,3333,1331,0001,3130]
from test suite:
Team A-> [[1,3,1,3], [3,3,3,0], [3,3,1,1], [0,1,1,0]]
Please explain.
Please see authoring guide for C++ and make your translation conformant to its remarks.
C++ translation: https://www.codewars.com/kumite/635dbcd07dadea730fcb41b3?sel=635dbcd07dadea730fcb41b3
Very nice. It is like chalk and cheese :). Great work (y)
Thanks, those are great points. I've modified the description to (hopefully) be more concise and clearer about input/output/etc.
To me description was real pain and is necessary to do redo. I read it at least 5 times. Would be good to put it in points. Is not necessary to have this "Far far away" style. If something in description is not necessary delete it. Maybe these interesting facts about "Cornhole", put it in link there like "if you are interested in past of game and ...". I fully believe that riddle a description is not a part of katas :D.
IMHO - it is ruining very very good kata.
Example of the "error part" in description. (Clear, nothing more than necessary).
Error is when:
• Final score of any team is bigger than 21
• Arrays are not exactly 4
• Are used digits different than 0,1,3
• Arrays have not same length
This comment is hidden because it contains spoiler information about the solution
Loading more items...