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.
fixed it, thanks.
found the problem there are no simple tests
Hi, I'm the author of the translation, what problem are you talking about, please specify.
Thank you
#fix in language dart problems with testing wrong called function and params
I really hate kata that add stupid unnecessary stories. Stop wasting our time.
the issue was due to the tests computing the actual answer before the expected one. fixed. I also modified the type signature for C#, as it was not in line with the description, it was taking an
object[]
instead of anint[]
as promised by the description. you will need to refresh the page and reset the sample tests to see the changes.System.InvalidCastException : Unable to cast object of type 'System.String' to type 'System.Int32'. in random test for C#
It doesn't come from my code
Ok. You're not the only one, check the posts below, it's been asked and answered before.
IDK if was it only me but got confused by description abt table name, for those who have similar confusion, table name: names
approved too.
Great Kata! Thanks to this I figured out how to deal with casting different element types in an object array.
This comment is hidden because it contains spoiler information about the solution
Loading more items...