T (n) = 3T(n/3) + n^3

preview_player
Показать описание
This is a video showing how you can solve T (n) = 3T(n/3) + n^3 using the iteration method.
Tutorial:

Master Theorem Videos to solve T(n) Recurrence:

Please subscribe !

►Discrete Mathematics Workbooks:

Рекомендации по теме
Комментарии
Автор

I don't usually comment on videos, but you literally saved me!

MrGreenivo
Автор

you just saved me from failing in analysis of algorithms
great job sir

granitfazliu
Автор

Please, let me tell you something "YOU ARE BRILLIANT" keep going

OmranAlHadad
Автор

you literally should design this as a course on Coursera. I'm taking the Stanford Algorithm course and they cover this but not as step-by-step and friendly as your line by line approach. They are very math heavy and I can understand it but I have to review your videos after watching theirs.

Chansd
Автор

Thanks, my uni wants me to solve these using this method so im glad you made a video about it 😊

zeeeeeeeeeev
Автор

Hey, how did you get to the point that 1/9^log base 3 of n = n^2?

elvan
Автор

I have an assignment in that they asked the same above question to solve it using characteristics roots method. Please share some article related if possible. I couldn't find these kind of indeterminate forms

gladyouseen
Автор

Question for you Mr. Anderson, if you have a minute: Can you tell me how 1/9 log 3 n becomes 1/n^2? (@ 12:00) I’ve been searching for the law of logs that applies and can’t find it.

MemoryException
Автор

Just wondering at the end of the solution, how did you decide that T(n) belongs to Big-Theta notation, rather than Big-O or Big-Omega? Thanks

leonugraha
Автор

Thanks a lot. You explain better than my textbook.

mrloldude
Автор

don't usually comment on videos, but thaaaanks man


plz more exampel

mossabkhdaer
Автор

Sir plese tell about substitution method in which we guess before solving the recurrence .

achin
Автор

Thanks for your clear video! It's very helpful to me!

夏祭春灯
Автор

Can you please upload a video on how to solve optimal binary search tree using dynamic programming approach.

ankittiwari
Автор

@7:53 why is it 1-a^n/1-a instead of 1-a^(n-1)/1-a ?

coletraindubstep
Автор

This was the most amazing guide, and it saved my life. Thank you so much for saving me from my tears :D

olwyndoyle
Автор

Thanks a lot Mr. Anderson, very helpful!

abdulrahmanaulabi
Автор

I swear it's true ...
" Literally you saved me "
I do not usually subscribe or comment on videos but Please keep going ^^)

ayawael
Автор

Ohh my god, just have explained it just like my best algo teacher .

Keep uploading such videos. I wish if i find your channel before

anuragdutt
Автор

could you do the characteristic equation for T (n) = 3T(n/2) + n^3?

ellendeoliveiramelo