Please could someone help answer this question:
A program's main function consists of two function calls to f and g, in sequence. The asymptotic time complexity
of f is, f(n) - Big-Theta(n logbase2 n). The asymptotic time complexity of g is g(n) = Big-Theta(n). What is the overall time complexity of the program?
