I know how to simulate a 2d array in a linear array using [x + y * width]
as a linear index.
I can extend this to 3d arrays: [x + y * width + z * width * height]
.
Is there a general formula for N-dimensional array?
I'm looking for a language-agnostic answer.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…