Mozilla-Campus-Club-Cummins / HacktoberFest23_MozillaCCEW

0 stars 0 forks source link

Transpose matrix #56

Open saeegade12 opened 9 months ago

saeegade12 commented 9 months ago

Given a 2D integer array matrix, return the transpose of matrix. The transpose of a matrix is the matrix flipped over its main diagonal, switching the matrix's row and column indices. Input: matrix = [[1,2,3],[4,5,6],[7,8,9]] Output: [[1,4,7],[2,5,8],[3,6,9]]

RiRa25 commented 9 months ago

Can you please issue this problem to me Richa Rathi SY EnTC UEC2022324

saeegade12 commented 9 months ago

Yes sure ,I will assign it to you.