
did I visualize 1D and 2D arrays correctly? if so, can you help with rendering a 3D and toothed array in this style?

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