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.
A faster approach would be to just use two for loops and have loop 'j' run when j < i. Then, you'd keep the logic of your if statement for the hyphen.
I love this 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
Would this not work with words like "of" or "the"?
The most concise version!
Pretty, kind of clever, but not the cleverest nor very performant. Why iterate twice when you can have a single for loop?
Instead of one run in search of the maximum and minimum , it is run twice here.
This comment is hidden because it contains spoiler information about the solution
The solution is not suitable for cases where the user suddenly wants to write a word through Caps Lock
This comment is hidden because it contains spoiler information about the solution
I think that's what they meant, it would be more performant to use a StringBuilder in this case.
Hm, very very clever.
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...