7 kyu
Know your ABCs
304chunjef
Loading description...
Strings
Fundamentals
View
This comment has been reported as {{ abuseKindText }}.
Show
This comment has been hidden. You can view it now .
This comment can not be viewed.
- |
- Reply
- Edit
- View Solution
- Expand 1 Reply Expand {{ comments?.length }} replies
- Collapse
- Spoiler
- Remove
- Remove comment & replies
- Report
{{ fetchSolutionsError }}
-
-
Your rendered github-flavored markdown will appear here.
-
Label this discussion...
-
No Label
Keep the comment unlabeled if none of the below applies.
-
Issue
Use the issue label when reporting problems with the kata.
Be sure to explain the problem clearly and include the steps to reproduce. -
Suggestion
Use the suggestion label if you have feedback on how this kata can be improved.
-
Question
Use the question label if you have questions and/or need help solving the kata.
Don't forget to mention the language you're using, and mark as having spoiler if you include your solution.
-
No Label
- Cancel
Commenting is not allowed on this discussion
You cannot view this solution
There is no solution to show
Please sign in or sign up to leave a comment.
Ruby translation. Let me know what you think.
There's only a single test case shown as the initial test case, so essentially, one could think that it'd be possible to pass the kata by simply hard-coding the return value.
Not an issue anymore. Random test were added.
This comment has been hidden.
This comment has been hidden.
This exercise can be solved trivially using Data.List (sort) in Haskell or any equivalent library function in any other language. So it would make sense to give it only if the library sorting function is hidden. But even then, what is the point of sorting specifically lower case letter arrays? In any case, it can be reduced to writing a sorting function. In view of the above, don't see much sense in this kata at all.
This comment has been hidden.
the kata should impose a restriction about importing system function for sorting
not clear the use case about lower upper chars
This comment has been hidden.
This comment has been hidden.
Done.