i am trying to get a 2d array in to a form so i can work with it how i need to, i just cant modify it correctly
say i have a 2d array
0 1 0 1 0
0 0 1 1 1
0 0 0 3 0
0 0 0 0 1
0 0 0 0 0
how can i flip it to its symetrical, so at the moment postition 0,1 is 1 and therfore position 1,0 would be 1?
does this make sence?
i need to do this so i can work out euleurs tour