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.
no nothing is wrong, just my code is faster
The
friends_list
is not random enough and always follows the order of the original list:['john','matt','alex','cam',....]
.Better take a random sample instead.
This comment is hidden because it contains spoiler information about the solution
Issue re-raised for other languages
Not a kata suggestion, please do not share your solution in the discourse.
This comment is hidden because it contains spoiler information about the solution
Random test almost always expects
[]
as resultapproved
Is there anything wrong with the author's solution that warrants the change?
approved
done.
Not a kata suggestion // kata already approved at 7 kyu a long time ago
Actual tests - Random test section:
Line 36: Random test's
it
block messages should match parameter names in the initial solution:Line 38:
result
variable is defined but never usedFixed in your fork
Approved for framework update
Loading more items...