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.
Same. I've attempted several problems on here to find that I pass all the test cases but when I do the "submit" tests it fails. Just really frustrating and at a point I just move on from the kata.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Log
Low: 8, High: 97
Test Failed
Expected is <System.Int32[90]>, actual is <System.Int32[97]>
Values differ at index [90]
Extra: < 9604, 9801, 10000... >
why doesn't my statement work for the square function? It works for the samples fine but when I run the attempt it always gives an error.
var result = Enumerable.Range(start, end).Select(x => x * x).ToArray();
I came to the comments solely to make sense of the parameters given since they were so poorly written. Thanks for elaborating on them.