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 comment is hidden because it contains spoiler information about the solution
A hint in the description for the maximum height of the tower would be nice.
This comment is hidden because it contains spoiler information about the solution
C# tests missing.
Fix capital letter in description ("true" / "false") or test cases ("True" / "False")
In C# the property name should start with a capital letter (=BallType{ get; set; }).
The opening brackets for the class and the constructor should be in the next row, e.g.:
public Ball ()
{
}
This comment is hidden because it contains spoiler information about the solution