Suppose a recursive algorithm performs 2 recursive calls. Assume the first recursive call isof size at most 70% the original input size, and the second call is of size at most 25% of theoriginal input size. In addition, the algorithm performs O(n) additional work after makingthese recursive calls. What is the big-Oh run time of this algorithm?
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here