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.
Method names should start from a capital letter in C#.
but
So this case is invalid.
.
This comment is hidden because it contains spoiler information about the solution
I changed my solution to use and overflow ints and it passed the random tests.
Changing all occurances of int with long in the random tests code solves this issue.
Random tests appear to be broken.
inputs: "62694/-18591" "1089/52122"
expected: "1027230628/20245599"
The expected is not even the correct sign. Are the random tests doing something like overflowing the int datatype?
Hi.Could you please recheck unit tests for expected negative/positive numbers? (.NET/C#)
Nice!
As noted by others, there is plenty of simple katas like this, I would suggest deleting this one.
Approved.
C# Translation translation added! :)
Have never seen such a name for a string. But it gave me a good laugh so I thank you for that.
Had to be one of the most difficult 8kyu Kata I have ever done, this should be at the least a 4kyu.
Random tests have been added! Thank you! :)
Nice kata! Thanks! :-)
You should add some random tests.
Loading more items...