How can I convert the index of 1D array into 2D array? I know how to convert a 2D array into 1D (i*the size of row+j). I want the opposite of that.
-
2Can you share some code and an example of what you're trying to achieve? It's a bit hard to follow the question as it's currently phrased.Mureinik– Mureinik2017-01-02 21:00:19 +00:00Commented Jan 2, 2017 at 21:00
Add a comment
|