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.
If this was solved on your own and not via GPT Chat, you are a genius.
i agree
I like this one
There was no need for the arr variable here... could have done the same just using iterable.Where(...
Still much better than my solution. :)
I tried this solution but did not pass the test.
Psyco
The correctness of this solution depends on whether you define that camel case must start with a lower case letter. From Wikipedia:
If the string begins with an upper case letter the solution adds an unnecessary leading space. It would be good if the Kata was more specific about what is required.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
yeah ig 0 is not pass as argument in test that time. we have to use do while
it is because when 0 is pass while is not run & output blank vector array
use do while so it will works
I'm assuming they added a base case in? cause no way this works now.
Regex is such a beast
i ran your code its wrong for basic test case!!!!!
I don't know why this is best solution. It fails when n = 0.
Loading more items...