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
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
thanks a ton marxsteal!! yes, definitely better late than never, outstanding reply, crystal clear now!!
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
amazing
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.
This comment is hidden because it contains spoiler information about the solution
@Jack-Hogerhuis: because it just creates an array while it is not necessary. The
Reverse()
method works on the string as well, no need to make it (copy it) to a char array first.This comment is hidden because it contains spoiler information about the solution
Would this work in an coding interview?
What's happening here?? o_O
This comment is hidden because it contains spoiler information about the solution
Loading more items...