Answer & ExplanationAnswer: Option [B]
In selection sort, we identify the smallest value from the unsorted array and swap it with the value in the unsorted array at the starting point. In case of tightest upper bound maximum time needed and in case of lower bound minimum time needed to sort an unsorted array.
The number of iterations needed to sort an unsorted array in selection sort is equal to the numbers in that array.
i.e. in Big O-notation if n numbers in a unsorted array then n O(1) iterations needed to sort this array.
Article and Schedule Quiz | Start Test! |