6 kyu
Simple Fun #58: Volleyball Positions
102 of 278myjinxin2015
Loading description...
Puzzles
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.
in js I receive this error when the test reaches k with multiple zeros Execution Timed Out (12000 ms)
Check out the constraints in description :P
python new test framework is required. updated in this fork
Approved
Different players with the same name...
Python fork with new test framework
Also fixed indentation and error messages in random tests.
Thanks! But I approved the latest fork from saudiGuy because yours did not remove unused functions and assertion messages are incomplete :(
Ruby translation should be updated to version 3.0, see relevent information here: https://github.com/codewars/content-issues/wiki/List-of-Ruby-Kata-to-Update
Enabled in this fork + Tests cleaned
C# description formatting is quite broken.
It looks like
```
is showing up in the description, but should actually be closing code formatted sections.Fixed