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 is a terribly presented challenge and a waste of time.
.repeat
also depends onn
so time complexity is O(nlogn)how? or this sarcasm?
He's already in 3rd kyu. Why bother?
Can you please paste your solution here?
same!
work smart not hard
yes, same here :)
I didn't think of that until now, thanks man
mine is just O(1) and a line without if Condition.
Agree, only for this case special format output....
JavaScript won't divide very large numbers properly if you try to divide the ordinary way. Try figuring out if each substring coerced to a number is odd or not without dividing the entire number.
Won't happen.
Same as mine :_)