Time Complexity of Algorithms and Asymptotic Notations [Animated Big Oh, Theta and Omega Notation]#1

preview_player
Показать описание
Time complexity is, the relation of computing time and the amount of input.
The commonly used asymptotic notations used for calculating the running time complexity of an algorithm are:
Big oh Notation (Ο)
Omega Notation (Ω)
Theta Notation (θ)

##### TIME COMPLEXITY SERIES #######

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

From "2years ago" video to "2 hours ago" thanks for coming back to save our lives 🔥♥️

premKumar-ilqy
Автор

I got selected in MNC company because of your Simple way of teaching technical concepts 🙏
Thanks a lot 🙏🙏🙏

brindhad
Автор

In average case upperbound the value of c must be 5 but you provide 4 for the c value which does not satisfy the condition when c=4 and n=1 apart from that video is excellent

manikanta-qiyq
Автор

What a great video ❤
You have taken just around 11 mins to well explain what my doctor in university took around 3.5 hours to explain!
Thank you so much ❤

moazelsawaf
Автор

Listen man, you are amazing. I have spent HOURS trying to understand what you explained in the first 4 minutes. God bless. Subscribed.

DaBestAround
Автор

what great explanation you pictured simply.thank you so much.

mdbillalhosen
Автор

Your teaching is mind-blowing, awesome, easy to understand, love the way u teach, keep making vedio pls

poojasalvi
Автор

I have watched many videos, but this is the best so far.

srinivasrahul
Автор

Thank you, sir. 3 minutes in and I already understand what my textbook failed to make clear.

Englishsurge
Автор

After so long sir, i love the way you teach🙂

krishnaji
Автор

After a longtime to see you sir, my second year b.tech I seen your videos on oops and other stuff .at that time because of you I can clearly understood the concepts
Tq u sir for coming back....ur explanation and way of teaching is just awesome 👍😁

prasadmuthyala
Автор

Amazing video, beautifully explained such complex concepts.

aashikapoor
Автор

This video is very good. Your explanations were clear. Thanks!

yodahezerihunkassa
Автор

Wow you are come back 😍 i just love your teaching style 😍☺️

nishanath
Автор

Hats off To ur explanation 👏🏻
Thnq Soooo much 😍😍

noohinaaz
Автор

By the animation remembering the concepts are very easy .so you chosen better teaching

yerramachusreenu
Автор

omg Your explanation is very nice, simple and really understandable, thank you sooo much :)

chefgb
Автор

which is the time complexity of the following sequence? and why?

int n, i, j, k, s=0;
cin>>n;
for(i=1; i<=n*n; i++)
{
for(j=1; j<=i/2; j++)
s+=i+j;

k=1;
while(k<j)
{
s+=k;
k*=2;
}
}
cout<<s;

plusqueparfait
Автор

Bro great awesome plx make more videos like this salute to you

kunnudev
Автор

Please sir upload a video to guide us that from where and how we can start competitive programming

keshavgaur