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.
Changed to snake_case
Added more explanation.
Punctuation and whitespace in words is treated as consonants,
this shouldn't be the case.
Done and Thanks!
The inital name of the function in the solution is sortMe(). However, the function name in the test cases is sort_me(). It would be nice to avoid different naming conventions. Besides, it would be nice to mention in the description that if two elements don't differ in the last character, that then they should be sorted by value.
Typo in test cases:
"First node should should have 1 as data."
One "should" should be enough.
Typo in test cases, should be:
Test.assert_equals(types("&*("),"str")
This comment is hidden because it contains spoiler information about the solution
Description needs examples.
A longer description and handling empty arrays would be nice.
Oh yes, sorry, my mistake!
"Random long numbers
Testing 3715290469715693021198967285016729344580685479654510946723 and 68819615221552997273737174557165657483427362207517952651
3L should equal 7L"
There seems to be a bug in testing random long numbers for Python, since the last digit should be 3 and not 7.