what is the recurrence equation for an algorithm that solves problems by dividing them into three subproblems of size 1/4 of the original and solves them with a different function that computes in quadratic time and combines the solution in linear time
In.this problem.no base case is given so i have assumed a base case of size k
Otherwise recursion would not have stopping point and program will crash
When problem.is reached base case in recursion than it is solved in our case this time id quadratic
If you are having any doubts please ask i will answer asap
Get Answers For Free
Most questions answered within 1 hours.