Posts by Anderson Oliveira • 41 points
1 post
-
3
votes2
answers460
viewsQ: Recursive or loop method to popular or list an n-dimensional array
I’m trying to build a method capable of filling an n-dimensional matrix in all positions, for example: I have a 2-dimensional matrix, where this matrix is 2x2 with only 2 dimensions in a Cartesian…