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.
Then again, he doesn't use an unnecessary list comprehension
Wow, such a creative but simple solution. This Kata has a lot of great solutions, too bad the ones that are already upvoted are the first ones you see. This is probably the best.
very clever
The cycle of paper beats scissors, which beats rock, which beats paper
Beautiful
hmmmmmmmmmmmmmmmmmm
best
Your also mistaken, it does include
yourPoints
.Does it pass the test? Yes. Good, that's what required.
In the Kata description: """ Your points are not included in the array of your class's points. For calculating the average point you may add your point to the given array! """
Your solution does not seem to include "your points". Also '.reduce' fails if the list is empty. '.fold()' handles that case.
what is 'psrp' ?
:O
noice
This comment is hidden because it contains spoiler information about the solution
O(n^2)
Loading more items...