Question

What is the purpose of Big O notation in algorithm analysis?

A To measure the actual running time of an algorithm Correct Answer Incorrect Answer
B To compare the sizes of different algorithms Correct Answer Incorrect Answer
C To determine the complexity of an algorithm Correct Answer Incorrect Answer
D To define the syntax of an algorithm Correct Answer Incorrect Answer

Solution

To determine the complexity of an algorithm Big O notation is used.

Practice Next

Relevant for Exams:

×
×