Let F be an algorithm with complexity function f(n), and let G be an algorithm with complexity function g(n). If the ratio f(n)/g(n) converges to 2 as n increases to infinity, then

A) the two algorithms are equivalent in efficiency and there is no clear winner
B) implementations of F will require twice as much time as implementations of G
C) we can deduce that F runs in linear time while G runs in quadratic time
D) implementations of F will require twice as much space as implementations of G


A) the two algorithms are equivalent in efficiency and there is no clear winner

Computer Science & Information Technology

You might also like to view...

Which of the Java strings represent the regular expression ,\s*?

a. "\,\s\*" b. ",\\s*" c. ",\\s\\*" d. ".\\s\*"

Computer Science & Information Technology

Which of the following are steps in the network design process? (Choose all that apply.)

A. understand how protocols, access methods, and topologies work B. understand how each operating system you will use implements the TCP/IP protocol C. understand media and network devices D. understand how to build and Ethernet NIC

Computer Science & Information Technology

How do you select multiple layers?

What will be an ideal response?

Computer Science & Information Technology

Which is NOT an option in the Access Options dialog box?

A. Save Database As B. General C. Language D. Proofing

Computer Science & Information Technology