7 kyu
ASCII letters from Number
1,135 of 2,205ShellRox
Loading description...
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.
python new test framework is required. updated in this fork
Approved
TypeScript translation
Approved
COBOL translation + description updated to include spaces in output (author is inactive).
Approved
JS, Python, C and Ruby tests includes spaces in outputs, whereas the description states it should be only upper-case letters.
Well, that's all currently approved languages, I'll update the description in a forthcoming translation...
JS: Node v14 should be used along with its appropiate assertion tools (Mocha + Chai). Refer to this and this
Updated to Node v14
JS: The random test isn't a proper random test. The inputs should be generated randomly instead of a fixed set of words being tested at a random order.
C translation (author gone)
Approved :)
Ruby translation kumited :) please review and approve ~~
Boundary conditions should be considered. For example, empty string ''.
Thanks a lot for suggestion, i will consider adding them on Python version, but there is risk for Kata to get more difficult and to have influence on it's main Task.
Sure, you can add supplementary description. "The input string will never be empty"
This comment has been hidden.
Thanks a lot for your contribution!
.