74.4k views
2 votes
Analyzing an algorithm with Big O notation is useful for predicting:_______.

A. The accuracy of the computation
B. The time required to write the required code
C. The performance of the algorithm as different amounts of inputs are processed
D. Both A and C

User Chinedum
by
6.4k points

1 Answer

4 votes

Answer:

C. The performance of the algorithm as different amounts of inputs are processed

Step-by-step explanation:

Analyzing an algorithm with Big O notation is useful for predicting:

The performance of the algorithm as different amounts of inputs are processed

User Houari
by
6.2k points