Perform a selection sort on the following unsorted list: 3 2 5 6 4 1 In each blank, enter the list after the given itera
Posted: Thu May 05, 2022 12:42 pm
Perform a selection sort on the following unsorted list: 3 2 5 6 4 1 In each blank, enter the list after the given iteration. Put one space between each pair of numbers. Do not put commas or any other character in your response besides the numbers and spaces. Do not put a space at the beginning or end of your response. What will the list be after the first iteration of selection sort? 325146 X What will the list be after the second iteration of selection sort? 324156 X What will the list be after the third iteration of selection sort? 321456 X What will the list be after the fourth iteration of selection sort? 123456 What will the list be after the fifth iteration of selection sort? 123456