2D Arrays - Computer Science

7 months ago
50

This computer science video covers a tutorial 2D arrays. 2D arrays can be created and indexed in a similar way to 1D arrays. Effectively, they can be visualised as arrays of arrays. 2D arrays can be traversed in row-major and column-major order. An example of a 2D matrix array is demonstrated in Java using the Eclipse IDE.

Loading comments...