I have a two-dimensional array, size M x N, that stores tiles of a map, in the following format:
[1, 2, 3],
[4, 5, 6],
[7, 8, 9],
[10, 11, 12]
And I want to rotate in 90º (ie rotate the map so that the North is in the East). The rotated...
asked by
08.03.2017 / 05:48