1/5
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What is a two dimensional array like?
A list of lists
What is a two dimensional array?
A one-dimensonal array where each element is a one-dimensional array.
What can you visualise a two dimensional array to look like?
A table/grid
What is each position of an element written like? (a and b)
[a,b] or [a][b]
What does the a of [a,b] represent?
The position of the one dimensional list that the element is in (row)
What does the b of [a,b] represent?
It’s position within that one dimensional list. (column)