Two-dimensional arrays: Difference between revisions

From Computer Science Wiki
(Created page with "right|frame|Programming basics<ref>http://www.flaticon.com/</ref> 2 Dimensional Arrays. ... Like a 1D array, a 2D array is a collection of data cells, all...")
(No difference)

Revision as of 16:36, 10 December 2018

Programming basics[1]

2 Dimensional Arrays. ... Like a 1D array, a 2D array is a collection of data cells, all of the same type, which can be given a single name. However, a 2D array is organized as a matrix with a number of rows and columns.[2]

Standards[edit]

  • Construct algorithms using pre- defined sub-programmes, one- dimensional arrays and/or collections.


References[edit]