The function below has the recursive relation T(x,y) = 2T(y/2)+O(1) when x,y>0Knowing these information, find the following:
1) The worst-case time complexity of the function2) The worst-case auxiliary space complexity of the function3) Explanation as to how the time complexity of the function can be improved without using multiplication operations.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here