Sequential search is an ____ algorithm in the worst case.

A. ?(1)
B. ?(n)
C. ?(2n)
D. ?(n2)


Answer: B

Computer Science & Information Technology

You might also like to view...

What is the efficiency of merge sort?

a. O(log n). b. O(n). c. O(n log n). d. O(n2).

Computer Science & Information Technology

What is the most precise way to move an image?

A. mouse pointer B. arrow keys C. Hand tool D. none of the above

Computer Science & Information Technology

When multiple objects appear on a slide, the first inserted object is positioned at the ________ of the stack

Fill in the blank(s) with correct word

Computer Science & Information Technology

When #NAME? displays in a cell, you may have:

A) mistyped a workbook name in a function. B) used a worksheet name in the formula that does not exist. C) mistyped the name of a function. D) used a range name that doesn't exist.

Computer Science & Information Technology