• retagged by
3,599 views
0 0 votes
T(n)=0.5T(n/2)+n^3

How to solve this using recurrence method?

1 Answer

0 0 votes
master theorem cannot apply beacuse a=0.5

we can apply master theorem only in case of a>=1
Position:
Show:

Related questions

2 2 votes
1 1 answer
629
629 views
Amad_Os asked Oct 24, 2025
629 views
What is the complexity of the following using Big O:
0 0 votes
0 0 answers
554
554 views
Mariela Prasetyo asked Oct 10, 2018
554 views
I need to find the tight bound of the Fibonacci sequence in dynamic programming (using theta). I only know the bound using big O is O(n). Any idea how to do it?
2 2 votes
1 1 answer
166
166 views
Abhishikta Saha asked Feb 24
166 views
Consider two processes Po and P1.Code for Process Pox_{2} = 0while (x_{1}! = 1) ;CSx_{2} = 1Code for Process P1x_{1} = 0 ;while (x2 != 1);x_{1} = 1x1 and x2 are initializ...
0 0 votes
1 answers 1 answer
1.0k
1.0k views
tarunmundriya asked Jan 2
1,034 views
A three-level hierarchical page table is used for a system with a 44-bit virtual address divided as follows:Field Bits1st-level index VA[43:33] (11 bits...