Two algorithms, A and B, which solve the same problem, are analyzed, and s found that B’s asymptotic running time is greater than A’s. A and B are then implemented (carefully and correctly) as programs and tested on various data sets. What is the best prediction? a. A will always run faster than B b. B will always run faster than A. c. As the size of the test data increases, A is more and more
OR
OR