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.
can we have a C# version of this problem?
C# version
Great 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
In C# I have
return new Dictionary<double, bool>{{ units, safe}};
but I get Expected and actual are both <System.Collections.Generic.Dictionary`2[System.Double,System.Boolean]> with 1 elements
we're supposed to return a Dictionary right?
Solved mine similar way, but don't think it's the best practice