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.
The test uses equal comparations on floating points (this is bad, very bad practise!). We have to round it to 6 digits using floor().
This is still bad, because the results could be in the form 1.24499999999564, while answer is 1.245. The numbers are close enought, but by comparing truncated number we get wrong answer.
If no one want to repair this one, just remember to compare floating points in proper way next time:)
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
The table here: https://github.com/Codewars/codewars.com/wiki/Kata-Beta-Process links number of required votes and satisfaction. In mentions 'votes', so probably all 'satisfaction' votes counts.
CW documentatin is a mess, two versions, neithier of them explains what to do :/
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Hi. What is wrong with this translation? It sits in queue for 7 month now.