Q:

What does it mean when we say that an algorithm X is asymptotically more efficient than Y?

0

What does it mean when we say that an algorithm X is asymptotically more efficient than Y?


  1. X will be a better choice for all inputs
  2. X will be a better choice for all inputs except possibly small inputs
  3. X will be a better choice for all inputs except possibly large inputs
  4. Y will be a better choice for small inputs

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

X will be a better choice for all inputs except possibly small inputs

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

ADA Algorithm MCQ Quiz (Multiple Choice Questions And Answers)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What is the time complexity of Floyd–Warshall al... >>
<< What is the worst case time complexity of insertio...