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 comment is hidden because it contains spoiler information about the solution
yes it works on the test cases. It actually passed on the RandomTest.
It does. It works for the example test cases, and for the random tests when I submit.
Hi. Is the solution now available for this problem?
What should be returned when this value was entered "59544965313"? (JAVA)
I can't see any basic tests with only "59544965313" in the input string. I just tried the Java tests with a Codewarrior's Java solution taken at random and it worked fine. Does your solution work for "Your example test cases"?
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.
Same issue. Java.
BasicTests(WeightSortTest)
****** Basic Tests ******
For input string: "59544965313"
RandomTests(WeightSortTest)
****** Random tests ******
Test Passed
1 Passed
1 Failed
0 Errors
Process took 3125ms to completeBasicTests(WeightSortTest)
Please which language?
Which language? Could you post what is returned otherwise I can say nothing:-)