A. $f(n)=10 n^2, \ g(n)= n^2+100.$
B. $f (n)= n^{\frac53} ,\ g(n)= n^{\frac n2}.$
Assume that the pairs of functions $f(n)$ and $g(n)$ of the above Problem correspond to the running times of two different algorithms A and B, respectively, for solving a given problem when the input size is $n$ (do not worry about the fact that some of the instances do not represent real problems). Determine, for each pair of functions, the problem sizes for which Algorithm A is better than Algorithm B.
## I don't know what exactly want from these question ,is he want explain theory or time complexity for both ?