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.
duplicate of this issue (swapped expected and actual)
in the C# version, I'm getting an error on the following 2 tests
Both of which seem correct?
looking at the test result, something funky is going on with the test I think
and the final return in the function
Prints
so the result coming back from the function at 0,0 is 0, but the test is seeing 1 for some reason
This comment is hidden because it contains spoiler information about the solution
this will be horrible performance, imagine the the IEnumerable is a generator that generates trillions and trillions of numbers.
it really should have a failing test on memory allocation with some IEnumberable the generates billions of values.
surprising how many people seem to be copying the "DataTable" compute answer in C#, which fails the rules of Fluent Interfaces (which I'm guessing they don't have a test to assert that the properties don't exist on the result of numbers and operators )