The ISSUE label is for provable kata issues. Please use the QUESTION label when asking for help. See https://docs.codewars.com/training/troubleshooting#post-discourse.
ISSUE
QUESTION
Works in visual studio when I pass in emptyArray int[][] emptyArray = new int[][] { };
int[][] emptyArray = new int[][] { };
That's not how an empty matrix is represented in this kata. From the description:
NOTE 2: The 0x0 (empty matrix) is represented as en empty array inside an array [[]].
[[]]
Not a kata issue.
This comment is hidden because it contains spoiler information about the solution
Loading collection data...
The
ISSUE
label is for provable kata issues. Please use theQUESTION
label when asking for help. See https://docs.codewars.com/training/troubleshooting#post-discourse.That's not how an empty matrix is represented in this kata. From the description:
Not a kata issue.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution