Log in with Google
← all categories
2D Arrays
findMax
8.3
Given a 2D array of ints, draw the grid, find the maximum value, highlight the cell it wa…
transpose
8.4
Given a rectangular 2D array grid, return its transpose: a new 2D array where rows and co…