5 kyu
The "CROTCH KICK OR BLOCK" kata
175 of 203ThoughtSink
Loading description...
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.
That was really fun! Thanks!
Python translation:
https://www.codewars.com/kumite/60bbcd86c7c8060031a3c5f6?sel=60bbcd86c7c8060031a3c5f6
No random tests (javascript).
I believe the most upvoted solution fails on
darkRoom(3)(1)(1).end();
and similar cases.Added a test on that. Now it's invalidated ;-)
Fascinating concept, I learned a lot. Thanks for the Kata!
Add in some randomized tests and change the sample test fixture to use assertEquals as well.
This was fun, nice work.
Good! But test case messages uninformative..
Any ideas on how they can be improved?
This comment has been hidden.
just describe the situation, what was expected and what was returned =)
Good input, I'll look at it later!
Thanks guys!
Fixed now
I enjoyed this one. Not only was it a nice, light challenge, but it was funny to boot. Good job!
Thanks, exactly what I was going for :) Was the description ok? I found it pretty hard to convey what I wanted done but still sticking to the "story"
It was easy enough for me. There are lots of examples, so I didn't have any trouble understanding what was wanted.
I just noticed a typo in the second-to-last line: As we all of there are endless … — I'm not sure what the original intent was.
Ahhh, sorry, very late here. I'll correct it tomorrow. Thanks for finding