Ad
  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    Annoying. This is exactly the solution I provided and the site kept failing every time i ran the code. #codewars_fail

  • Default User Avatar

    Link for ranked list is 404. Any list anywhere that shows the ranking independent of honour?

  • Custom User Avatar

    I think this was the first time my solution was the same as the Best Practice solution, lol.

    Thanks to the challenge author for putting these simple challenges together for those of us still getting acclimated to how things work.

  • Custom User Avatar

    I think round(2) would not work if value == 1.0, since it would not give it one more zero, so value would have the two final decimal houses.

  • Default User Avatar

    1.00 and 1.0 are identical. Both represent the floating point analog of the integer 1. However, the default way to output a floating point identical to 1 is 1.0, where the .0 signifies that it is not an integer.

  • Default User Avatar

    How about this case:
    solution(0.996)
    should it return '1.00' or '1.0' (the second one is how it returns right now).

  • Custom User Avatar

    Cool. Thanks for the link!

  • Custom User Avatar

    Hmm okay, so the colored progress wheel on my dashboard isn't showing me how much honor I need to gain to reach the next kyu, but just approximately how many more katas (since different level katas progress you by different amounts). I accidentally correlated that progress with my honor going up on the top right corner.

    And I guess the reason why so many people are capped out at 3 and 4 kyu at the moment is because there are very few 1 or 2 kyu level katas and a couple 1 dan katas on here as far as I can tell. I guess this has the side effect of incentivizing me to create katas now, which also increase my ranking ( right? ).

    In the future would it be possible to sort/filter katas by kyu level? I get that the 'Train Now' button thing on the dashboard points me to the next uncompleted kata I can complete to advance, but if I want more variety, I have to poke around through the list of unordered katas to find one.

    Thanks for the prompt reply by the way!

    Edit: So the leaderboards are sorted by Honor then? And for the most part they seem to represent people who comment a lot/have useful comments on things.

  • Custom User Avatar

    I don't think I understand the correlation between honor and level.

    Why are most people on the leaderboard only ranked as 3 or4 kyu, but have 2k+ honor? I just made it to 4 kyu with 227 honor. It can't be possible that the honor needed to get to 2 or 3 kyu is a couple thousand more than 5 to 4 kyu right?