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.
It does. It works for the example test cases, and for the random tests when I submit.
After coming back to this kata, I'm now stuck at exactly the same point.
When running in eclipse, my method orderedWeights("59544965313") simply returns "59544965313".
Is it not supposed to do that ? I pass the other test(s). It basically does exactly what is supposed to do.
Good Point. Got that one sorted out, just to realize that I didn't account for duplicate numbers in the String (next test). I'll have to get back to this one :D
So... I am a bit confused when it comes to my Java solution. I fail the basic test with this :
expected:2000 103 123 4444 99[]> but was:2000 103 123 4444 99[ ]>
Tested my program in Eclipse with a few different input Strings,everything seems to do exactly what the kata details asked for :(