Skip to main content
ICT
Lesson AB23 - Two-Dimensional Arrays
 
Main   Previous Next
 

C. Two-Dimensional Array Algorithms page 5 of 9

  1. The most common 2-D array algorithms will involve processing the entire grid, usually row-by-row or column-by-column.

  2. Problem-solving on a matrix could involve processing:

    1. one row
    2. one column
    3. one cell
    4. adjacent cells in different directions

 

Main   Previous Next
Contact
 © ICT 2006, All Rights Reserved.