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.
Yeah it's my code : /
If it helps I can post a simple test case that Fails with my code
This comment is hidden because it contains spoiler information about the solution
It's most likely an issue with your code. Can you post what code you currently have with a spoiler?
Unit tests passed for the C# version but hidden "Random" tests consitently fail.
2 example failures:
Expected is <System.Int32[4571]>, actual is <System.Int32[2342324]>
Values differ at index [1]
Expected: 568
But was: 134
Expected is <System.Int32[5096]>, actual is <System.Int32[1399024]>
Values differ at index [0]
Expected: 895
But was: 649