7 kyu
Hex Word Sum
305 of 940user3230350
Loading description...
Fundamentals
Strings
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.
The kata is ok, but I would rate this kate as 6 kiy rather than 7
This comment has been hidden.
Sample tests are not using
it
blocks in Python.Fixed in this fork
JS: Node v12 should be used along with the appropriate assertion tools (Mocha + Chai)
Fixed in this fork
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, and also python
Typescript and Julia translations.
Why and how?
BEES ==> BEE5 ==> 48869
Who can explain please?
This comment has been hidden.
Think this kata shuld be 6 kyu, got me 2 days stuck, but discovered RegExp.prototype.test()
Kata rank cannot be changed.
JS translation kumited. ; ) )
Approved. Thanks!
while my code works for the test cases, it has multiple errors when it is tested on the random cases. would there be any way (ie. get more test cases so i can see both the questions and the error) so i can figure out what is wrong with my code without forfeiting the kata?
Print the input so you can see what it is in random tests.
Ruby translation kumited -- please check and approve!
Checked and approved. Thanks!