reset password
Author Message
asalin14
Posts: 12
Posted 21:29 Apr 05, 2018 |

On question 4 of homework 1, my code successfully sorts the list. The question asks that we put the max at the end of the list each time. My solution adds the max to the beginning of the list then reverses the final list. Is this solution still valid?

msargent
Posts: 519
Posted 13:04 Apr 06, 2018 |

That should be fine.