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.
Briliant =)
So the compiler adds the value to the value? And that's faster than bitshifting? Huh, that's interesting.
It was faster at the beggining (like years ago) but now precesors are stronger and there is no point in doing it. You should not do it because it is easy to make mistakes and it is not clear enought.
genius
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
What's happening here?? o_O
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Pretty impressive!
I couldn't spot the formula, ended up going with brute force solution.
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
This comment is hidden because it contains spoiler information about the solution
Loading more items...