Given the Selectiоn Sоrt аlgоrithm studied in clаss in Module 07B (consider аscending order sorting, that is, smaller values are followed by larger values) and the partially sorted list of integers called values given below, show how each of the next three passes of the algorithm changes the list values. There is no need to explain the algorithm - you only need to write down the contents of the list for each pass on a separate line. values = [-21, -19, 7, 32, -5, 2, 19]