Changes

Jump to navigation Jump to search
27 bytes added ,  21:50, March 24, 2021
m
Added link
Line 3: Line 3:  
array[ n ]
 
array[ n ]
   −
Arrays may be single-dimensional, or mutli-dimensional (aka poly-dimensional).  A 2-dimensional array with data consisting of numbers can be thought of as a form of mathematical '''Matrix'''.  Although implementations vary, a multi-dimensional array can be conceptualized as an array of other arrays.  For instance, a 3-dimensional array could be accessed as
+
Arrays may be single-dimensional, or mutli-dimensional (aka poly-dimensional).  A 2-dimensional array with data consisting of numbers can be thought of as a form of mathematical [[Matrix]].  Although implementations vary, a multi-dimensional array can be conceptualized as an array of other arrays.  For instance, a 3-dimensional array could be accessed as
    
array[ x ][ y ][ z ]
 
array[ x ][ y ][ z ]
Line 19: Line 19:     
[[Category:Computers]]
 
[[Category:Computers]]
 +
[[Category:Data Structures]]
SkipCaptcha
292

edits

Navigation menu