Answer the question
In order to leave comments, you need to log in
How to transpose a matrix without using cycles?
Hey! Who knows how to transpose a matrix without using cycles? Using map, reduce, ... For example [ [1, 2], [3, 4], [5, 6] ], the output is [ [1, 3, 5], [2, 4, 6] ].
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question