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.
How does it work tho? If I pass: "thIs is jadEn" it would give "ThIs Is JadEn" which is incorrect, isn't it?
Brilliant!!
nice code but not really correct. This gives an output of [H, o, w, , c, a, n, , m, i, r, r, o, r, s, , b, e, , r, e, a, l, , i, f, , o, u, r, , e, y, e, s, , a, r, e, n, ', t, , r, e, a, l]
This comment is hidden because it contains spoiler information about the solution
is O(n^2) here ?
Sorry, it really does work :(
Could you explain this? thanks!
This comment is hidden because it contains spoiler information about the solution
Is it possible to test the code on Eclipse?, I'm new to programming, and I can't run the code.
Cool solution, thank you!
can u explain the return statement
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
At the return statment we could also do:
return builder.substring(0, builder.length() - 1);
second loop ch should be converted to lowe case.