6 kyu
Stutter function
78boxer
Loading description...
Regular Expressions
Algorithms
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.
JS: Node v12 should be used enabled along with its appropiate assertion tools (Mocha + Chai).
Hi, thanks for your comment, you highlighted a problem with my code that I have now addressed
These things are not documented at all:
cch
? The random tests expectsc|ch
, whilecc|h
is equally possiblech/ck/cc
, whichc|h/c|k/c|c
and stuttering the former is a valid way of doing this but is not expected by the testsThis is really helpful feedback, I have updated the kata in response to this - so I believe the issue is now resolved
Interesting Kata. I think there could be some tests taken from the random generated tests and added to the sample tests. There should probably also be many more tests generated. My solution was able to pass the tests on multiple occasions just by submitting again when the solution was not correct.
thanks for your feedback
I have added some extra test cases so hopefully this is now resolved.