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 is absolutely clever but I think it can be hard to read. Also, I think you could have added constants so you don't end up with magic numbers that the next person won't know what they're for.
This comment is hidden because it contains spoiler information about the solution
From C# 7.0 I guess
Did they add this recently? I can't seem to find any info about it.
Unnecesary System import ;-)
Fixed
Thanks :D !
The => is syntactical sugar that says thething to the right is the return value. The (char) is casting (changing the type of) the input variable integer into a char type.
Hi!, i come from Phyton and i'm new learning C#. I don't understand the "=>" and the (char)charcode; part xD. Can some one explain please :D ?
This comment is hidden because it contains spoiler information about the solution
Nope, it's fine as is
A hint in the description for the maximum height of the tower would be nice.
Liking the use of a Dictionary!
This comment is hidden because it contains spoiler information about the solution
C# tests missing.
Loading more items...