How to transpose a matrix?
807591Jan 6 2006 — edited Apr 23 2008Hello everyone,
I am wondering how to transpose a matrix (m * n) with only constant space complexity O (1). (The transpose algorithm should execute/operate on the original matrix.)
thanks in advance,
George