Multiple Choice
What is the complexity of a selection sort?
A) O( n 2)
B) O( n )
C) O(log2 n )
D) O2
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: Python's in operator is implemented as a
Q16: The result of fib(4) is 8.
Q17: How can an algorithm be described in
Q18: The in operator performs a binary search
Q19: The first two numbers in the Fibonacci
Q21: What should the missing code be in
Q22: Which of the following is a method
Q23: In the following code, what is the
Q24: Which method of determining the efficiency of
Q25: What is the best case performance of