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.
Simply rely on the JS's builtin lexicographic comparison of strings, where uppercase are considered less than lowercase. But you're right that the description could make this explicit.
if we need to sort the channels in an alphabetical order, than we do not need sort it bind ASCII, but bind to alphabetical
Than Error message is wrong:
Expected: { '0': 'BBC Sport',
'1': 'BBC1',
'2': 'CNBC',
'3': 'Channel 4',
'4': 'Discovery',
'5': 'Drama',
'6': 'Film 4',
'7': 'Film 5',
'8': 'Food Network',
'9': 'National Geographic',
'10': 'Sky Sport',
'11': 'SyFy' }, instead got: { '0': 'BBC Sport',
'1': 'BBC1',
'2': 'Channel 4',
'3': 'CNBC',
'4': 'Discovery',
'5': 'Drama',
'6': 'Film 4',
'7': 'Film 5',
'8': 'Food Network',
'9': 'National Geographic',
'10': 'Sky Sport',
'11': 'SyFy' }
Because, char 'h' have to stay first before char 'N' in an alphabetical order
Java Translation kumited. Please check out, thank you! :)
Fix
Julia sample tests:
'5'
should be"5"
Approved
Node.js needs an update.. It's still using version 8..
Approved
python new test framework is required. updated in this fork
Interesting. Never thought of doing it that way before. Maybe a bad practice, but still a good puzzle.
Fixed
I highly agree, but it's not an issue. It's a suggestion, because it does not relate to the completion of the kata.
Julia translation
Loading more items...