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
|
451 Discussions
|
Please Login in order to post a comment
"Given a square grid of characters"
But the test cases are not square grids?
TS or JS solution
desc or one of the test cases is wrong , its not giving square grid
Java solution with nested for loops and additional for loop for sorting strings. Any suggestions with better time complexity?
Description is innacurate. It sates a square matrix but one of the tests is a rectangular matrix.