Ad
  • Custom User Avatar

    Sometimes solution will not load due to cache issue (high completion of a kata), solutions which print results are perfectly valid as long as it is returned.

  • Custom User Avatar

    Hi- when I click "view solution" it says there is no solution to show- could there have been a fault with the codewars site? alternatively please post your solution here (as spoiler)?

    Thanks!

  • Default User Avatar

    a testRandomValues passed in 2 customers, [3,6] with 5 registers. it was expecting 2 as the answer.
    if 2 customers hit 2 out of 5 registers, the total time should be the longest of the 2, which is 6 seconds to complete

  • Default User Avatar

    @mattlub,
    While testing my code, I used a couple of Console.Writeline's to figure out what the testcases were to see why my code was failing.
    However, it seems that Console.Writeline messed with the tests and marked my solution as passed. Before I looked closely, I hit "submit" and was awarded points for what I believe is an incorrect solution.
    Can you please check?