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.
I've converted this to C#. This will need to be checked and approved.
https://www.codewars.com/kumite/5d448b95f93415002b3beef6?sel=5d448b95f93415002b3beef6
Now at least that means something x)
Unfortunaely, you'll either have to wait for someone willingful to do it or to solve it in another language and then translate it yourself.
can we have a C# version of this problem?
wth? x/
not a suggestion
C# version
Great Kata!!!
This comment is hidden because it contains spoiler information about the solution
It can't.
However, there is no such test case provided by the exercise. Are you sure that you are printing the correct things? Did you add your own test case and missed something with the parameters?
Is there some other info around the failed test to help me find where it could have gone wrong?
Let me know if you can give me a bit more info or possibly some code to look on and I'll try to look into it. :-)
Good luck!
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