When you sort a list you are moving indices around. i.e. Indice 1 becomes 8 and 7 becomes 4. Is it possible to apply these moves to another list of equal items?
When you sort a list you are moving indices around. i.e. Indice 1 becomes 8 and 7 becomes 4. Is it possible to apply these moves to another list of equal items?