Question: How many comparisons would be needed to sort an array containing 100 elements using SelectionSort if the original array values were already sorted? 1. 10,000
How many comparisons would be needed to sort an array containing 100 elements using SelectionSort if the original array values were already sorted?
1. 10,000
2. 9,900
3. 4,950
4. 99
5. None of the above
Step by Step Solution
3.34 Rating (163 Votes )
There are 3 Steps involved in it
The selection sort algorithm works by scanning through the entire list to find the smallest or large... View full answer
Get step-by-step solutions from verified subject matter experts
