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.
It doesn't matter whether you add your own points or not, the answer will be the same either way.
it passed tho
Incorrect. The Kata says to include your own points into the average.
Despite the kata instructions saying to include your own scores, it is not necessary.
Wow, it's so laconically :) Interesting task!
i really didnt want this to be true , but well done .
Your points are not included in the array of your class's points. Do not forget them when calculating the average score!
I like tha math. I was assuming this is incorrect becuase of leaving your_points. But later, I realized that this is mathematically correct.Thanks to @Idiot_with_a_shovel - https://www.codewars.com/users/Idiot_with_a_shovel
kata included instructions to not calculate the user into the average
This comment is hidden because it contains spoiler information about the solution
This is incorrect. by not including your_points, you are not really calculating the average of the class
If you're like me and read this comment and don't get the math explanation - plain english one is that if you add your points to the class average and your points cause that average to rise - that by default means your score was higher than the average of the class. That's why you don't need to add it in this particular example.
True, but this was probably a really old answer. That's why I think Codewars shouldn't obfuscate dates. I don't know how exactly, but I'm sure there's a way to solve the issue of really outdated answers (that were great at the time) being presented as best practices to beginners especially in JS and Python katas.
guess what? I am noob no.1
This comment is hidden because it contains spoiler information about the solution
Loading more items...