Takes input as unsorted matrix. Creates a 1-d list of len size*size and values 0. Sorts this list using python .sort() method. Then assigns these values to the original matrix. Parameters: unsorted matrix mat size of matrix Returns a sorted ma
(mat, size)
source not stored for this graph (policy: none)