Time Complexity in Analysis of Algorithm in Hindi | AOA Lectures

  Рет қаралды 172,264

Last moment tuitions

Last moment tuitions

Күн бұрын

Пікірлер: 119
@shatabdisingh4320
@shatabdisingh4320 4 жыл бұрын
Thank you very much, you did a great job. What my college professor couldn't do for the past 11 months, you did that in past 11 minutes.
@binayakrout3386
@binayakrout3386 2 жыл бұрын
1 semester maximum 6 month🤭🤧
@GOD-_-ITACHI
@GOD-_-ITACHI Жыл бұрын
😂😂😂
@ujjawalkumar7575
@ujjawalkumar7575 Жыл бұрын
Time complexity is not only the number of steps it is defined as the no of operation taken by an algorithm with function as size of input .
@ronaksvillattil
@ronaksvillattil 4 жыл бұрын
Calculate the frequency count of the statement x = x+1; in the following code segment for (i = 0; i< n; i++) for (j = 0; j< n; j*=2) x = x + 1;
@samiranroyy1700
@samiranroyy1700 2 жыл бұрын
Bro , log n
@rahulthilak3730
@rahulthilak3730 2 жыл бұрын
@@samiranroyy1700 please explain
@geethashrees5876
@geethashrees5876 Жыл бұрын
n^2/2?
@SunilSamantaSinghar
@SunilSamantaSinghar 11 ай бұрын
If you start j from 0, it will be an infinite loop. Otherwise it's nlogn
@PythonisLove
@PythonisLove 4 жыл бұрын
Well explained, I watching IIT Madras NPTEL videos, at least this is better than their lecture !
@arsalanahmed5184
@arsalanahmed5184 4 жыл бұрын
Very difficult explain .. I hope next time be careful
@rahulthilak3730
@rahulthilak3730 2 жыл бұрын
what do you mean?
@vaibhavtembhekar0927
@vaibhavtembhekar0927 3 жыл бұрын
Khup bhari bhava.. Kami time madhe samjavne thode kathin ahe... but jyala aodar mahit ahe tya sathi ha video ek quick recall mahun bhari ahe..
@dishasuthar5508
@dishasuthar5508 4 жыл бұрын
Sir bahot acha padhaya he apne ..bahot hi acha the best.. thanks
@Lastmomenttuitions
@Lastmomenttuitions 4 жыл бұрын
Your welcome
@srishtisavita8453
@srishtisavita8453 4 жыл бұрын
you really explained this complex problem very easily.
@NoorAli-st7di
@NoorAli-st7di 5 ай бұрын
exactly bro
@kaushals5084
@kaushals5084 4 жыл бұрын
minIndex = 0 >>> currentIndex = 1 >>> while currentIndex < len(lyst): if lyst[currentIndex] < lyst[minIndex]: minIndex = currentIndex currentIndex += 1return minIndex What is the algorithm's complexity?
@davidwarner2491
@davidwarner2491 4 жыл бұрын
Bhai ek dum kiraak explanation bhai, maza aagaya✊
@Lastmomenttuitions
@Lastmomenttuitions 4 жыл бұрын
Thanks alot
@Jv_Singh37
@Jv_Singh37 2 жыл бұрын
Thank you bro...🤝🤝👍
@nandinishende750
@nandinishende750 9 ай бұрын
Such a simple and accurate explanation 👍
@aqsayousaf3576
@aqsayousaf3576 3 жыл бұрын
best lecture bai bohat hi acha karwia allah apko or bulandi dy
@Lastmomenttuitions
@Lastmomenttuitions 3 жыл бұрын
thank u
@ShivamSharma-dx8wh
@ShivamSharma-dx8wh 5 жыл бұрын
Brother Your this Video Is Only One Whose Make Me Finally Understand What The Hell is Time Complexity #I've Really Thankful To you for this video, Brother You Explained Very Well,Really Impressive #I appreciate This
@sandeepjha3511
@sandeepjha3511 5 жыл бұрын
Research a bit as this tutorial is not correct
@waseemkhanday6041
@waseemkhanday6041 4 жыл бұрын
Apun ko sab samaj aaya Thanks sooo much brother
@mishrashashank6429
@mishrashashank6429 3 жыл бұрын
You have explained in very simple way👍
@Lastmomenttuitions
@Lastmomenttuitions 3 жыл бұрын
Thanks a lot 😊
@NishaSingh-ss8oo
@NishaSingh-ss8oo 4 жыл бұрын
Thank you Bhaiya . U made me understand this simply;)
@Lastmomenttuitions
@Lastmomenttuitions 4 жыл бұрын
Your welcome
@Nicks_27
@Nicks_27 4 жыл бұрын
U explained very clearly.......Keep it up 👍
@Lastmomenttuitions
@Lastmomenttuitions 4 жыл бұрын
Thank you so much
@NextGenCoding545
@NextGenCoding545 4 жыл бұрын
best video ..very easily explained ..thank u so much for the video..
@Lastmomenttuitions
@Lastmomenttuitions 4 жыл бұрын
Your welcome
@aliq7280
@aliq7280 4 жыл бұрын
Apun ko sahi say samajh aa gya. Dhanewaad!
@ayushiydvKG
@ayushiydvKG 6 ай бұрын
9:59 good!
@archinmodi4575
@archinmodi4575 3 жыл бұрын
much better than other tech video's for time and space complexity. 👌
@HachibulIslam_A_
@HachibulIslam_A_ 4 жыл бұрын
I've seen 3/4 videos...but i couldn’t understand...but this time its make me easy...thank u so much sir...keep it up
@Jinkazamakhan
@Jinkazamakhan 4 жыл бұрын
For more detail mohdafzal86300.blogspot.com/2020/10/time-complexity.html?m=1
@nindiasharma717
@nindiasharma717 5 жыл бұрын
Very nicely explained.. 😂 Funny when u said apun everytime... Nice... Very easy
@Lastmomenttuitions
@Lastmomenttuitions 5 жыл бұрын
thats last benchers slang bro you
@anonymous-or9wg
@anonymous-or9wg 4 жыл бұрын
A() { i=1; s=1; While (s
@asfiaoishy6152
@asfiaoishy6152 3 жыл бұрын
thank you so much for making my concepts clear
@shivashishsaha8593
@shivashishsaha8593 3 жыл бұрын
Very well explained
@Lastmomenttuitions
@Lastmomenttuitions 3 жыл бұрын
Thanks
@annyeongbangtan8882
@annyeongbangtan8882 5 жыл бұрын
👍🏻i m preparing for GATE 20 and really suggest this video socially for Algo n data struct......
@pratyasha258
@pratyasha258 Жыл бұрын
What about ur result
@saadiqah_
@saadiqah_ Жыл бұрын
❤Amazing
@riturajsharma3937
@riturajsharma3937 Жыл бұрын
10:41 p 3 by 3 aane chahia the kuki j bhi 3 baar aaye or or i bhi
@Learning_csip
@Learning_csip 3 жыл бұрын
Really well explained. Thanks
@Lastmomenttuitions
@Lastmomenttuitions 3 жыл бұрын
You are welcome!
@iampiyush100
@iampiyush100 4 жыл бұрын
Mind m click kr gya bhai ..nyc
@Lastmomenttuitions
@Lastmomenttuitions 4 жыл бұрын
Thanks Piyush
@Vikramkumar-20
@Vikramkumar-20 Жыл бұрын
Thank you .....❣
@varadnaik8031
@varadnaik8031 11 ай бұрын
sir i have question regarding for loop : if i consider fo i=1 to n do , you say its n+1 (its time complexity) but if use this for(int i=1;i
@ayushiydvKG
@ayushiydvKG 6 ай бұрын
11:05 bro check ur def again.
@azadjain8534
@azadjain8534 4 жыл бұрын
Nice explanation !
@sohelamankhan8578
@sohelamankhan8578 5 жыл бұрын
Is Time complexity of infinite sum of 1+2+3+4..... Infinity in any loop by ramanjan theory possible? I try to solve it but I need your suggestion
@shahidahmed962
@shahidahmed962 5 жыл бұрын
you are genious mannn
@Livelifee1321
@Livelifee1321 4 жыл бұрын
Agr compile time ki jrurt nhi h toh fir compile time ko formula M kyo liya h, Or agr h toh fir formula ke hissab se hm isme kya value denge
@asmakhan541
@asmakhan541 3 жыл бұрын
Thank uuuuuuuuuu so muchhhh sirrrrr
@Lastmomenttuitions
@Lastmomenttuitions 3 жыл бұрын
Welcome
@qadir03232803023
@qadir03232803023 Жыл бұрын
Very nice!
@Athy99
@Athy99 5 жыл бұрын
😵😵 before watching this video 😎😎after watching this video
@o2gaming753
@o2gaming753 Жыл бұрын
Thanku very much sir
@AshishSharma-mf6ps
@AshishSharma-mf6ps 5 жыл бұрын
Thanks sir 😇🤗👌👌👌💐
@usmanghulam3672
@usmanghulam3672 2 жыл бұрын
Thanks Buddy :)
@strongman4320
@strongman4320 5 жыл бұрын
Good for basic... Intro.. Technically not good.. Lekin 'apun' ke young beginners ko intro ke liye chalega
@anonymous-or9wg
@anonymous-or9wg 4 жыл бұрын
Agar algorithm sum mein Arrey ke jagha koi parameter m value pass krde to kya wo tb bhi zero he rehega🤔
@vimleshkumarkanaujiya
@vimleshkumarkanaujiya 3 жыл бұрын
Samajh Gaya Apan.
@MukeshRawat-gp8yo
@MukeshRawat-gp8yo 4 жыл бұрын
Very good
@rishabhjha447
@rishabhjha447 4 жыл бұрын
Hi All Watch Ravindra babu Ravula's Video on Time Complexity . He is explaining it wrong. Read Introduction to Algorithms if you face problems in learning this topic. Compile time is not included while calculating Time Complexity.
@nisargsaraiya922
@nisargsaraiya922 4 жыл бұрын
Bro there is a mistake in first example you had to take i=0 instead of i =1 to get n+1
@rahulthilak3730
@rahulthilak3730 2 жыл бұрын
No he is right because he is using i
@bellalmahtab8220
@bellalmahtab8220 3 жыл бұрын
Bhaii frequency count method 2n+3 hogaa,time complexity to order of n hogaa.
@shahriarkhan7749
@shahriarkhan7749 5 жыл бұрын
Thanks Yar God bless you
@aqsayousaf3576
@aqsayousaf3576 3 жыл бұрын
ma apka data structure wala full tutorial dond rai hu bata dy total kitny lectures ha data structures k ap k
@reactmastery366
@reactmastery366 4 жыл бұрын
But when the for loop start with zero then complexity is n+1
@manvirkaur1568
@manvirkaur1568 5 жыл бұрын
Best explanation ever
@sandeepjha3511
@sandeepjha3511 5 жыл бұрын
Ghanta!! All wrong...research and then comment
@rachannepal8319
@rachannepal8319 4 жыл бұрын
make it more easy ...i'm talking about the flow...the advertisements is between keeps disturbing and irritating.......this is not what we want and yes the lecture was good, i appreciate....
@BlinkCodee
@BlinkCodee 3 жыл бұрын
Solid 📍📍📍
@nishachoudhary3795
@nishachoudhary3795 4 жыл бұрын
Thank you
@rutujaavhad2858
@rutujaavhad2858 2 жыл бұрын
Can you explain if else example ?
@rupinderkaur8033
@rupinderkaur8033 4 жыл бұрын
sir is topic ku design & analysis algorithm sub. m add up kr skte hai ji
@alphasidz3079
@alphasidz3079 3 жыл бұрын
Jani thanks
@nehamankani2100
@nehamankani2100 5 жыл бұрын
Nice 👍
@parmeswarmeher7721
@parmeswarmeher7721 5 жыл бұрын
Thanks bhaai
@Anshu-yn5cc
@Anshu-yn5cc 5 жыл бұрын
AF lock krke video shoot kiya kro focus ki problem nhi hogi video mai
@utkarshtiwari9875
@utkarshtiwari9875 4 жыл бұрын
and the loop of j should be 0 to I I think
@namrataJe
@namrataJe 5 жыл бұрын
thanks 👍
@Karan-hb4gg
@Karan-hb4gg 2 жыл бұрын
bro ye second algorithm par answer 2n+2nm+3 kaise aaya matlb calculate kaise (4 .1 hai ) or(3 n hai na bro fir 2n kaise aaya aur 2 nm aur 3 ..1 ??????????? anwer me samjaado bro
@chauhananand8864
@chauhananand8864 2 жыл бұрын
Apunko samjme aa gya
@aqsayousaf3576
@aqsayousaf3576 3 жыл бұрын
bai data structure k kitny lectures banay ha ap ny baqi ni mil ray
@socialrakesh4009
@socialrakesh4009 4 жыл бұрын
10:58 smjha do koi kaise solve huaa
@ramkrishnasitap2498
@ramkrishnasitap2498 5 жыл бұрын
Thanks
@surekha1859
@surekha1859 3 жыл бұрын
Nice explanation 👍😅 can you reply me?
@amolnidankar2096
@amolnidankar2096 5 жыл бұрын
There are too much about time complexity explain about harder examples also not simple one bro....
@Jinkazamakhan
@Jinkazamakhan 4 жыл бұрын
For more detail mohdafzal86300.blogspot.com/2020/10/time-complexity.html?m=1
@surajpatil3247
@surajpatil3247 4 жыл бұрын
bro ise asymptotic notation me kaise likhe
@anuj0071
@anuj0071 5 жыл бұрын
Thanks bro!!!!👍
@muhammadumairkhan4938
@muhammadumairkhan4938 4 жыл бұрын
Sir g aik assignment thi agar help krdo to
@vsh155
@vsh155 5 жыл бұрын
TX💕
@abaidullahshafiq1675
@abaidullahshafiq1675 4 жыл бұрын
Apun ko video acha lga
@محمّد.09
@محمّد.09 3 жыл бұрын
👍👍👍
@khawaishrajput2763
@khawaishrajput2763 2 жыл бұрын
❤❤😘
@__idyllist
@__idyllist Жыл бұрын
Your channel is good but this video disappointed me!
@Life_unfiltered_with_me
@Life_unfiltered_with_me 4 жыл бұрын
Tum khud confused ho yrr
@hrushikeshdinkar2014
@hrushikeshdinkar2014 4 жыл бұрын
Tr0
@zahidi2546
@zahidi2546 3 жыл бұрын
Aapun ko maza ni ayaa 😂
@umerfarooq9499
@umerfarooq9499 4 жыл бұрын
bad way
@RahulKumar-sj4kl
@RahulKumar-sj4kl Жыл бұрын
Wrost
@ayushpandya108
@ayushpandya108 4 жыл бұрын
Thanku for this👍👍
@vrajpatel0218
@vrajpatel0218 Жыл бұрын
Thankyou so much sir!!
@SecretCook
@SecretCook Жыл бұрын
Thankyou 🙏
@Yoursoul_04
@Yoursoul_04 Жыл бұрын
Thank u so much sir
Space Complexity in  Analysis of Algorithm in Hindi | AOA  Lectures
12:22
Last moment tuitions
Рет қаралды 70 М.
А я думаю что за звук такой знакомый? 😂😂😂
00:15
Денис Кукояка
Рет қаралды 6 МЛН
Do you love Blackpink?🖤🩷
00:23
Karina
Рет қаралды 23 МЛН
FOREVER BUNNY
00:14
Natan por Aí
Рет қаралды 36 МЛН
Asymptotic Notation : Big O Explained in Hindi l Design And Analysis Of Algorithm
10:19
Understanding the Time Complexity of an Algorithm
24:59
Neso Academy
Рет қаралды 55 М.
How to calculate Time Complexity of any Algorithm
19:26
Perfect Computer Engineer
Рет қаралды 43 М.
А я думаю что за звук такой знакомый? 😂😂😂
00:15
Денис Кукояка
Рет қаралды 6 МЛН