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.
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