did I visualize 1D and 2D arrays correctly? if so, can you help with rendering a 3D and toothed array in this style?
CodePudding user response:
Yes c#
stores 2D arrays in row-major form (row by row). So the graphic looks correct.
did I visualize 1D and 2D arrays correctly? if so, can you help with rendering a 3D and toothed array in this style?
CodePudding user response:
Yes c#
stores 2D arrays in row-major form (row by row). So the graphic looks correct.