#16: Matrix Transpose

Tagged as challenge

Written on 2018-01-30

Suppose a matrix is represented as a list of equally sized lists representing the rows. Write a function to transpose a matrix in this representation. Transposition is a process where every row becomes a column, and every column becomes a row.


Unless otherwise credited all material copyright © 2010–2018 by Robert Smith