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.
I have never had so much fun when solving a kata as this.ㅤ♡
This comment is hidden because it contains spoiler information about the solution
in python, unsure of the others languages, random tests does not check for correct order of letters in part1 and part2, only in 2 fix cases, which are easy to bypass by hardcoding them. My solution would fail correct random test.
Fixed by @Amin Javaid
I did not know that
Exactly, thank you. So if test solution with basic tests, expected result is shown as I mentioned, thus, solution passed all attempt tests.
The language the OP attempted the kata with is JS.
would you explain why and which language, please?
Basic test for ['Apple'] has incorrect expected result 'Congratulations,a"
.
a little clarity in description, please approve
if all of the names do not follow the rulechanged toif any of the names do not follow the rulehttps://www.codewars.com/kumite/67b5bc2b4165ca5541457565?sel=67b5bc2b4165ca5541457565
approved
Rejected
Descending order, from higher values to lower values, I think that's the definition.
Rejected due to
Modifying reference solution which is unnecessary
Modifying the test structure to make it even more less organized
Loading more items...