What is the complexity of a selection sort?

A. O(n2)
B. O(n)
C. O(log2n)
D. O2


Answer: A

Computer Science & Information Technology

You might also like to view...

Select the code below that configures a background image to repeat horizontally across a web page.

a. hspace="10" b. background-repeat: repeat-x; c. valign="left" d. background-repeat: repeat-y;

Computer Science & Information Technology

A table of contents created by Word is considered a field

Indicate whether the statement is true or false

Computer Science & Information Technology

A nested function:

A) contains another function embedded inside one or more of its arguments. B) looks up a value and returns a related result from the lookup table. C) contains data for the basis of the lookup and data to be retrieved. D) is the lowest value for a specific category or series in a lookup table.

Computer Science & Information Technology

If you wanted every cell that has a value over $1,251 to have a purple fill, you would use what feature in Excel?

A. Conditional formatting B. AutoFill formatting C. AutoComplete formatting D. Aggregate Cell formatting

Computer Science & Information Technology