Question: I know the first one, but I don't really get the last three, any help would be of great help. Thank you!!! [1] Find the
I know the first one, but I don't really get the last three, any help would be of great help. Thank you!!!
[1] Find the number of comparisons needed when we apply Selection Sort to sort 100
distinct integers.
n(n-1)/2 = 100(100-1)/2 = 4950
[2] Find the number of comparisons needed when we apply Selection Sort to sort n
distinct integers.
[3] Find the number of comparisons needed when we apply Selection Sort to sort n
distinct integers which are arranged in increasing order.
[4] Find the number of comparisons needed when we apply Selection Sort to sort n
distinct integers which are arranged in decreasing order.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
