8 kyu
get ascii value of character
692 of 16,269nakulgupta18
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.
More details here and here
fixed
note: fixed tests always before the random ones, please (I updated the python version)
Easy enough in Pythton but for me ascii is quite unfamiliar so it's good to get forced again and again to familiarize myself with it.
C translation (author gone)
Approved
Java translation ready :) https://www.codewars.com/kumite/634939e77611b91082ff4bc2?sel=634939e77611b91082ff4bc2
This comment has been hidden.
maybe add something to make this at least a 2 step problem ?
Python translation: https://www.codewars.com/kumite/5bc89ae201249c16ed000009?sel=5e6b239c69a0c80023faa64d
Racket translation
Trying to test out the NASM support with this. But can't seem to figure out how they are calling the function. Is there any documentation available?
Is the input passed on the stack or via rax? Or something else? How do we return a value?
System V ABI / AMD64 / LP64 https://github.com/hjl-tools/x86-psABI/wiki/x86-64-psABI-1.0.pdf
Haskell : https://www.codewars.com/kumite/5bce79c1ac67360a1700048f?sel=5bce79c1ac67360a1700048f
Kotlin Translation
Please, review and approve/comment
Maybe 9 kyu as is. Perhaps add handling of incorrect input to up the difficulty just a touch?
Whites are supposed to be simple.
Then multiply would be 10 kyu
too easy
Not an issue.
Useless kata
Not an issue.
not a lot of value in this challenge. Lack of variety in the answers shows you that it could be more complex.
.
Not an issue.
This comment has been hidden.
Not an issue.
Some example test will be nice:)
done.. thanks!
@nakulgupta18: I'm posting this only once, but this affects almost all of your katas: Use proper cases, e.g. "Get ASCII value of (a) character". Also, you need to work on your descriptions.
sure.. will take care in future.. thanks..
JS translation kumited. More info on how to approve it ( or not )
This comment has been hidden.