 
 
 
SortA takes as argument a list.
SortA returns this list sorted by increasing order.
Input :
Output :
SortA may have a matrix as argument and in this case, 
SortA modifies the order of columns by sorting the first matrix
row by increasing order.
Input :
Output :
 
 
