•  
      tasks #45146 Transpose a matrix in Single line
    #45146
    Ritish Singh (ritish31)
    2022-08-16 08:01
    2022-08-16 08:01
    Details
    Transpose a matrix in Single line
    Nested list comprehension are used to iterate through each element in the matrix. In the given example, we iterate through each element of matrix (m) in column major manner and assign the result to rez matrix which is the transpose of m.
    5 - Medium
    State of Progress
    2022-05-10
    100
    2022-05-12
    Ritish Singh (ritish31)
    Rakesh Kumar Verma (rakesh.verma)
    2022-05-11
    Closed
    Attachments
    References
    References list is empty