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.
Yes I am getting this. When doing in IDE it returns the right value but when i submit and test it says failed
I am running to the same issue.
Something funky appears to be going with the C# unit tests.
passing in this as the input paramater via the Console.WriteLine I used to get the output new[] { 1, 1, 1, 1, 1, 1, 10, 1, 1, 1, 1 } returns 10, but the unit test is reporting a -1 back. This happens for several unit tests. Anyone else getting this?
Thank you sir! Not sure why I did not think of that before. Old School debugging :). I was missing 2 chars in my switch statement. Doh.
You can print the input: https://docs.codewars.com/training/troubleshooting/#print-input
I have a 1 random test failing, but it is not giving the input for the test just the expected score and actual score, so hard to debug that. Is here a way to see the Random tests?