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.
Fork
Please check and let me know if there are any other requirements.
This isn't tested consistently: an incorrect Python solution, an incorrect Haskell solution.
This comment is hidden because it contains spoiler information about the solution
Example 5 needs to be fixed and description should mention what it wants as an output and what to do.
Should probably be called something other than shuffling tbh. I'd go with sorting.
This is a duplicate of https://www.codewars.com/kata/63a8e2a89803f2a5c0a813f7
Java translation
This comment is hidden because it contains spoiler information about the solution
Help Execution Timed Out (12000 ms)
It is possible for an incorrect solution to intermittently pass the kata on the chance of a test run where no random tests are produced that have
a
==b
and neithera
norb
appear intxt
.JavaScript passes fairly often
Python rarely passes
TypeScript passes every time
(not tested for other languages)
Why does C# translation pass
string
array, when IMHOchar
array makes much more sense?This comment is hidden because it contains spoiler information about the solution
Description should be language-agnostic (Regarding example part)
There is no definition - what the solution should do exactly? What should it determine?
See earlier issue, about an invalid solution that from time to time could still pass this kata: https://www.codewars.com/kata/reviews/6510272afbf72800016bd9d5/groups/65103a6f2b1b9200013eee9c
Loading more items...