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.
See these guys! Clever though!
sorry I read it wrong :-) found the problem
assertEquals(19009, NextBiggerNumber.nextBiggerNumber(10990));
This case drives me crazy :-)
Maybe it's not the last one, just the first test that failed. What was the input number?
I got all of them right except the last one I got with 19090 isn't that the next bigger number?
I have written it in Java