Question: Let M be an nXn array stored in contiguous memory in row major order. Prepare pseudocode converting M to be stored in column major order. Your code should take constant space - i.e., the output should overwrite the input and the number of local variables should not depend on n .