Multiple Choice
Given the fact that a selection sort of n items requires n²/2 + 5 * n/2 - 3 major operations,the selection sort is ______.
A) O(n)
B) O(1)
C) O(n²)
D) O(n²/2)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q43: Suppose we have three algorithms,and their orders
Q44: If an algorithm requires 2ⁿ³ + 17n²
Q45: The analysis of an algorithm must take
Q46: The efficiency of the selection sort depends
Q47: Given the following array: 4 15 8
Q49: What is an internal sort?
Q50: A bubble sort requires at most _
Q51: Assuming a linked list of n nodes,the
Q52: The solution to the Towers of Hanoi
Q53: The mergesort is a recursive sorting algorithm.