7 kyu
Python Checkerboard
673 of 706gaptekar
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.
It's kinda hard, worth
This kata f*cked my brain, i tried to find bug a 2 hours....
This is a bugfix kata, the ruby version solution setup is wrong (NOte to Myself OwO)
you can still fix it;)
This kata is a subject to deduplication process here: https://github.com/codewars/content-issues/issues/82 Please join the discussion to share your opinions, and help us identify duplicate kata and retire them.
Coffeescript
Crystal
First attempt on Javascript translation
Julia
(author inactive)
Was gonna approve, but it looks like the original intent of this kata is a bugfixing kata? Shouldn't translations reflect that too? (ie. have their initial solutions updated to something equivalent to the initial python one?)
Ruby translation kumited :) please check and approve ~~
i passed like 34 tests but it says "Max Buffer reached: Too much information has been written to stdout"
I brought down the size of the test cases. Let me know if that helps.
Perhaps your code has run into an infinite loop that keeps printing.
No problem if the code doesn't print anything. All tests can pass.
Cleaned up the description a little and added some random tests.
Thank you for the help! If you have any suggestions please let me know.