how to transfer elements from 2-d array in 1-d array in same sequence?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Here are the most likely scenarios I see.
|
|||||||||
|
|
Though already answered here, I will post the solution here with an example. Suppose you have a 2D array e.g
Case 1 : If all the above 1D arrays have the same length, then you can proceed like this :
Case 2 : If all of the above 1D arrays are of different length, then you can procees in this way,
|
|||
|
|