Linear Search using 2D Arrays - Computer Science

Enjoyed this video? Join my Locals community for exclusive content at drofeng.locals.com!
20 hours ago
45

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...