An online shopping system uses an algorithm to search throug…
An online shopping system uses an algorithm to search through customer and product data. The algorithm works correctly when there are 1,000 products, but becomes significantly slower when the system grows to 1,000,000 products. Which conclusion is most appropriate? A. The algorithm is unreliable because it produces slower results with more data.B. The algorithm is correct, so its performance does not need to be considered.C. The computational growth of the algorithm should be evaluated because efficiency affects how well the system scales.D. The problem can be solved simply by increasing the amount of data available to the algorithm.
Read Details