Question :
Suppose we know A < B (i.e., A reduces to B in linear time) and B < C where A, B, and C are all problems. Further, suppose we know that the running time for B is Theta (n log n).
(a) What can be said about the running time for A?
(b) What can be said about the running time for B?