7 kyu
Debug the functions EASY
2,115 of 3,808user3186707
Loading description...
Debugging
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.
Python : No random test for
reverse
Fixed in your fork
python new test framework is required. updated in this fork
Approved
Added PHP 8.0 support
.
mb its rather level 8
There is no sample test for reverse function (JavaScript)
Fixed in this fork
I really liked this kata, so much I had to comment on how much I liked it! :D
@Hanate Python translation submitted and awaiting your approval
'alr approved some time ago'
PHP Translation Kumited - please accept :D
'alr approved some time ago'
I usually don't like to mark issues for these kinds of things, but really, there are way too many random tests. The first time I ran it, my browser hung for about one minute before showing the test results. As rollietikes mentioned, it is also a huge burden on CW servers.
This is only marked as an issue because this kata can't be approved with the current level of random tests.
Fixed, it appears.
FYI, the 2nd example test case expected result is incorrect. It should be
22
, not21
.And, as others have said, having 5000+ test cases is a bit overkill, especially for a kata at this level of difficulty.
Hi appreciate the kata but suggest you lower the number of random tests. Kata like this are an unnecessary burden on the codewars servers.
This kata currently can be solved within 1000ms in all languages.
Resolving.