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.
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.
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!
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
@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?