6. Consider the operation, transpose of a matrix. Based on the five different implementations of the matrix discussed in class, (a) 2D array implementation, (b) 2D linked list implementation, (c) an array of linked list implementation, (d) an array of trio implementation and (e) a linked list of trio implementation. For each of them, explain how the transpose of a matrix works. (20%)