Iteration Method To Solve T(n)

preview_player
Показать описание
Use the iterative technique to solve for T(n).
T (n) = T (n-1) + 1
T (1)= 1

Please subscribe !

Easy Algorithm Analysis Tutorial:

Recurrence Relation Tutorial:

►Discrete Mathematics Workbooks:

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

I dont know who u are but u saved my ass man. The other videos and notes aren't simple to follow at all. Thanks mate.

vinoshen
Автор

Absolutely the best video I've seen for the substitution method. Great job of showing how everything plugged in.

tatyanaroyer
Автор

sir what is the difference between substitution and iteration method???because u solved both of them in almost same method..kindly guide me.

breerahanif
Автор

i dnt know who you are i dnt know what you look like but i will find you and i will give you my salute

sumanghosh
Автор

wow wow wow !!! so awesome, thank u so much, really appreciate it ! thnkx

exoticme
Автор

i dont understand mine asks ‘is it possibke for t(n) to equal 42?”

ganjienthusiast
Автор

Thank you, this makes it so much simpler to understand.

BLANK
Автор

Hey, I love all your videos.
But is it possible to solve this using the master theorem?
I tried it as a=1, b=1, d=0. So we have logab = it would be H(n^0 log n) = H(log n)
Where am I failing?

warvimo
Автор

Vry gd explanation sir, but a small doubt I dnt find any difference between substitution n iteration mthd

chennalaanusha
Автор

Thank you, for some reason every other explaination lost me except this one!

kar
Автор

How does your camera move/adjust that way!!!?

daddymoist
Автор

Would I use iteration on T(n) = T(n-2) + 4? What method do I use with the constant is something other than O(n^something) or 1?

Michael
Автор

Thank You!
are the iteration method and the substitution method same?

interseting-funnyvids
Автор

Is there a video for the master theorem as well

abdelrahmankamel
Автор

to get T(1) shouldn't it be let k = n + 1? T(n) = T(n - (n - 1)) is T(-1) not T(1)? Unless I'm missing something?

BBLily
Автор

is iteration and substitution both techniques are same?

jaydangar
Автор

Freaking life saver man, thanks a lot!!

Prophetelf
Автор

I am searching for fibonacci sequence time complexity

sumanghosh