Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Accepted.
Since I'm probably abandoning codewars anyways I unpublished it and leave it at that.
Please do not just post chatGPT explanations here. It's basically just the code in plain text and should at least have the spoiler flag.
Actually it seems solutions can hit a division by 0 error, too. But only in random tests which allowed some solutions to pass even if they would not work when certain values are 0.
Actually it depends on luck if there is 0 happening. Tests should be updated.
Does this Kata have a integer overflow problem in the random tests (in C#)? The negative numbers from the 2 years old issue below seams to indicate the same issue (with a different symptom).
System.OverflowException : Value was either too large or too small for an Int32.
'650 ...' should equal '65 ...' are clearly different. I think your code needs some work.
Those strings seem not to be the same. So you are not passing the tests.
integer division
Yup, same here.
"What's the problem here ???"
Example tests show
Seen this in other ruby katas before. Seems to be a CW issue. Don't know when the last successful submittion was, but the last comment was 3 years ago.
Not a kata issue. I suppose this is javascript, right? Notice that an empty array is truthy in JS.
Check the Sudoku rules: "...and each of the nine 3 × 3 subgrids that compose the grid (also called "boxes", "blocks", or "regions") contain all of the digits from 1 to 9." - https://en.wikipedia.org/wiki/Sudoku
(Duplicated text...)
Loading more items...