Question

What software applications where 1-D and /or 2-D arrays must be used in the program?
List only two application and explain
a)Why do you think there should be 1-D/2-D array in the program?
B) The values that are going to be kept in the array.
i couldn't find anything besides on-line banking, on-line shopping, online features of DMV.
any other ideas ?

1D array is mostly to be used in every useful program. It's a very basic data struct.
I believe 2D array are mostly used in algorithm programs, like graph.
Images are basically 2D arrays, and videos are 3D arrays.
Topic archived. No new replies allowed.