Hi Everyone :)
My Q is About Array and Compress it
If I Have An Array like :
And Have Data Like :
[020]
[000]
[001]
and i want to Short It And write it without 0s and in another way like :
Like :
[012]//the 0 to represent column and 1 to row ans 2 value
[221]//the 2 to represent column and 2 to row ans 1 value
that's mean the second array to find values places in Array // Without 0s
hope you Get My Point
See You Soon :)
My Q is About Array and Compress it
If I Have An Array like :
Code:
Array[3][3];
[020]
[000]
[001]
and i want to Short It And write it without 0s and in another way like :
Code:
Array2[2][3[
[012]//the 0 to represent column and 1 to row ans 2 value
[221]//the 2 to represent column and 2 to row ans 1 value
that's mean the second array to find values places in Array // Without 0s
hope you Get My Point
See You Soon :)
Comment