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 0 as n increases to infinity, then
A) the algorithm F is asymptotically faster than G
B) the algorithm G is asymptotically faster than F
C) the two algorithms are asymptotically equivalent in efficiency
D) None of the above
A) the algorithm F is asymptotically faster than G
You might also like to view...
Any device connected to a network is generically termed a(n) ____ or station.
A. array B. node C. server D. transmitter
Sequences never include ____.
A. terminations B. tasks C. decisions D. steps
Which two parts are commonly input devices? (Select two.)
A) Mouse B) Hard drive C) Display D) Motherboard E) Keyboard
What is the output of the following code?
?
queueType
A. 6 2 3 3 B. 6 2 4 2 C. 6 3 3 3 D. 6 4 2 3