We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Grid Challenge
- Discussions
Grid Challenge
Grid Challenge
Sort by
recency
|
464 Discussions
|
Please Login in order to post a comment
some of the test data sets are not squares
Unless I'm missing something, I think the instructions need to be fixed. The instructions say it's a square, word 3, line 1. But it's not. Even if you filter for what should be considered "bad input" (input that isn't a square) and return "NO" it doesn't work. It's expected that rectangles are accepted as valid input.
anyone know why i get an index error on grid[i][j]??
Can't understand why test case 10 is getting an error....
Be careful because an array is not a square. Errors will occur if you handle the array as a square.