Asymptotic Analysis (Solved Problem 3)

preview_player
Показать описание
Data Structures: Solved Question on Asymptotic Analysis
Topics discussed:
1) Calculation of Time Complexity of a program with nested for loops.

Music:
Axol x Alex Skrindo - You [NCS Release]

#DataStructuresByNeso #DataStructures #AsymptoticAnalysis #BigONotation
Рекомендации по теме
Комментарии
Автор

Plz continue these series @neso academy . This is just too helpful.

saniyamansuri
Автор

Can you also upload videos for space complexity? I highly appreciate your content. It is amazing.

abdulbaseermahmood
Автор

thank you for giving this presentation

mrunalshende
Автор

Simple...short...crisp...nice explanation sir...thank you..so much

rashmitharashmitha
Автор

Your content is Premium! Glad you are giving it for free.

gulfamraza
Автор

Your videos are super easy to learn and useful thank u so much

brayandesilva
Автор

I found it a bit confusing, please guide

The inner for loop is incrementing by 4 in every iteration but you choose to go with O(n) time complexity for it.
But if it were incrementing by just 2 in every iteration, you would have gone with O(log(n)) as you have done in previous examples.

So, what I feel wrong about this is j+=4 is faster than j+=2, but we are reflecting it slow in terms of O-notation.

touseef_akhtar
Автор

No homework problem in this video =(
Thank you for making this content!

gabrielj.
Автор

🔥🔥 maza aaya ...pr theta, omega asymptotic analysis nhi padhye aap

AryanKumar-ccku
Автор

Excellent teacher you're sir ji 🙏🙏❤️

VishalYadav-ssqv
Автор

Thank u so much sir..
Your lectures are very helpful for gate exam

prashantkumar
Автор

Thank you sir for uploading these videos and teaching in such a easy way.

meghanirala
Автор

Sir increase frequency asap.Thank you for providing us such content

_prasenjitmondal
Автор

thankyou sir i was searching for gate c tutorial..i got it here..thankyou v much

ayushshukla
Автор

Sir please make tutorial videos on c++

pushkarajyeolekar
Автор

Since, the first for loop has no braces so only the next line it can hold can you explain what exactly will be the time complexity here. According to c++ and c

vickyn
Автор

how can we decide that we have two consider the upper bound and lower bound for particular iteration

narendergoud
Автор

Sir, What if get k = n-1 then would the time complexity be O(2n) 'cause least upper bound should be greater than what we have which is n.

MuraliKrishnaPendyala
Автор

Isn’t printf(“hello”)also executed n squared times?

ohhhokkk
Автор

Can you plzz cover whole syllabus of algorithms for gate preperation plzz sir

monikatiwari