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.
Missing
using System;
in initial solution setupActual and expected are swapped for sample and fixed tests
Missing sample && fixed tests for empty string -->
""
Reference solution should be in
private
The randomly generated character should be extended to
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ,.!?0123456789"
The random string is guaranteed to have one trailing whitespace.
Please follow logic below in generating random tests
it's not possible to delete kata (drafts or not), sorry.
i cant delete can you please delete this draft ?
sorting with special keys and rearranging values. This has been done a lot already. Sure, you won't find an exact duplicate. But that's still a dup.
i didnt find anything similar
hope now it works
now it should be fine i hope
my bad
linear or quadratic?
What the Kata is doing is swapping every third odd value with every third even value
duplicate of many other kata
Hi,
expected [ Array(10) ] to deeply equal [ Array(10) ]
in the random tests (read CW's docs about JS)How on earth does
[1,2,3,4,5,6,7,8,9,10]
result in[2, 4, 5, 8, 10,9, 7, 6, 3,1]
?This is pretty obviously not a good idea, it is effectively just posting spam. Posting spam can get the ability to create kata revoked, just something for you to keep in mind.
ok)
Loading more items...