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.
OMG I was spending an hour on the same issue! They should have clarified NO special characters in INPUT! Thank you!
Thank for clarifying!! Was pulling my hair out about this!
In Python? It's not good to shadow the built-in
list()
function with a variable name, so I usedlst
insteadI can't tell what you want done. Poorly written description.
The description for this is a joke. Poorly written. I solved it, but still had no idea what you were talking about with the special characters. Clarify. And put some examples that have special characters.
JavaScript, though possible others as well:
Description (my emphasis) :
This is not tested.
JavaScript, though possibly other languages as well:
Needs fixed test for
Test.assertDeepEquals(sortGrades(["V1", "V7", "V12", "V1"]), ["V1", "V1", "V7", "V12"]);
(or something similar).There is at least one solution that returns unique values, sorted. There is nothing in the description that suggests this is the correct behaviour.
This is really small and silly, but why isn't list spelled out in the parameter? It's just missing one letter!! It messed me up for a second. Its just so decieving cause at first glance it looks like its fully spelled out.
Yeah you really need to clarify the part about no special characters in the input. I know it is actually in your description, but since multiple people have been tripped up on it, you should clarify by saying that you are talking about BOTH the dictionary and input.
You guys couldn't just stick to monopoly?
Thanks for the comments, great way to explain this.
YES!!! These instructions SUCK! I have no idea what they want.