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.
Please see my solution to the problem. I think it works for such large numbers.
Ugh. And Ruby just crossed the 500 barrier.
Yeah, you are right: it should indeed.
Seems like it should be to me? It's what I get running it through my solution as well as the test solution. (19999999 -> 91999999).
Moot point though I guess since JS tests can't be changed anyway.
No, it should not: think again.
That's a bad test case. It should be Test.assertEquals(nextBigger(19999999),91999999)
Sadly, with 500+ solutions one cannot change the testing suite any longer :(