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}