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.
this would be much easier and less confusing, if we'd use "_" instead of " " characters.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
C# Function name should use
PascalCase
No random tests in
Why is one of the times in the test cases (C++) negative? I hope that's not intentional because that doesn't make any sense.
Go translation
This needs more sample test cases.. Yes I get its a fairly simple question, but even two more test cases could build confidence
python translation here:
https://www.codewars.com/kumite/new?parent=58290ceb7da14146ea000048
I'm able to print diamonds in Eclipse, but I don't know how to return my printed output as a single String like it wants me to. Can anyone offer any hints?
Can someone explain what the square brackets mean in the test cases?
expected:< *
[] *
[***
] *
I'm not sure why my square brackets have three stars in them, but the example doesn't. Also very confused as to where these brackets are comine from. Any assistance would be greatly appreciated!