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