What I have to do is that the integer values stored in the pointer array *(list+i) , I have to order them from least to greatest. For instance if (1,3,6,7,4) is stored in the *(list+i) i have to use the swap function to rearrange the order of the values from least to greatest.