7 kyu
Hex Hash Sum
140 of 2,171Hoff Starr
Loading description...
Mathematics
Security
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.
I've completed it, very nice kata ! love it.. Good job to everyone who done it too ^^
My code solves all three test cases provided in the task/kata. However, when I click the "submit"-button it does not solve the author's test cases, which I am not able to see. How am I supposed to solve this issue?
Print the input: https://docs.codewars.com/training/troubleshooting#print-input
A problem with your code is not a kata issue.
C translation (author gone)
LGTM, approved
Factor translation
.
Ruby 3.0 should be enabled, see this to learn how to do it
Please organize the structure of test fixture as following (although it has been mentioned in the attached link, I'm repeated here again)
updated
Forked python translation with 3.8 enabled & new test framework used
Description is WAY incomplete! (to be polit... Because I have something way different in mind... :( )
We are supposed to find out what "The string should be converted to hex" means, while it can be done in different ways. That has to be described correclty.
Fixed.
Ruby translation kumited -- please check and approve.
I also suggest to raise the number of random tests to 100 in all languages.
Thanks for approving
Python translated
Do one thing, and do it well.
Also, no random tests.
Completed