Linear Search using 2D Arrays - Computer Science

5 months ago
74

This computer science video covers a tutorial on how to do a linear search using 2D arrays. Given that 2D arrays are arrays of arrays, the standard algorithms for 1D arrays can be applied to 2D array objects. An example of a linear search using a 2D matrix array is demonstrated in Java using the Eclipse IDE.

Loading comments...