61.2k views
5 votes
given the following unsorted collection: {-21, 14, 117, -85, 82} what will the collection look like after the third iteration of selection sort (assume we are selecting the minimum element each time)? group of answer choices {82, -85, 117, 14, -21} {-85, -21, 14, 117, 82} {-85, -21, 82, 14, 117} {-85, -21, 117, 14, 82}

1 Answer

6 votes

Answer:

Explanation:

{-85, -21, 14, 117, 82}

This is a list of five integers: -85, -21, 14, 117, 82. Each integer is separated by a comma. The caret symbols (^) indicate that there is some missing context or information that needs to be explained.

User Nafeeza
by
8.0k points