Consider the list: 65, 14, 52, 43, 75, 25, 80, 90, 95 What would the list look list after one full iteration using the s
Posted: Sun May 15, 2022 8:42 am
Consider the list: 65, 14, 52, 43, 75, 25, 80, 90, 95 What would the list look list after one full iteration using the selection sort algorithm from lecture to sort in descending order. a) 95, 90, 80, 75, 65, 52, 43, 25, 14 O b) 14,65,52, 43, 75, 25, 80, 90, 95 Oc) 65, 52, 43, 75, 25, 80, 90, 95, 14 Od) 95, 14, 52, 43, 75, 25, 80, 90,65