Ad
  • Custom User Avatar

    @Blind4Basics @JohanWiltink @B1ts. It's ok. It's fix. You can read comment in Tests Cases.

  • Custom User Avatar

    Hi, thanks everybody. So, to add random generators (or to improve existing ones), I need to list edge cases. Do you have any other suggestions?

    1. Scores with a tie for the Gold medal
    2. Scores with a tie for the Silver medal
    3. Scores with a tie for the Bronze medal
    4. Scores with many tied players (more than 3) for the same medal
    5. Olympiad with players declared forfeit
    6. Olympiad with only players declared forfeit
    7. Olympiad with players scored a total of 0 point
    8. Olympiad with only players scored a total of 0 point
    9. Olympiad with no players
  • Custom User Avatar

    Too bad :P. That's fix with {} return.

  • Custom User Avatar

    Yes, I wouldn't be surprised. I searched for equivalent katas before I wrote it. I couldn't find anything and that surprised me.

  • Custom User Avatar

    It's fix. Thanks!

  • Custom User Avatar

    It's fix. Thanks!

  • Custom User Avatar

    Hey, there is a issue in return values of test cases (JS 8.1.3).
    According to test cases, solve('00:01') return 'minutes minute past midnight'.
    Ouch :P.