Hello everyone! I know the background music and ting sounds are too irritating. But every noob is allowed some mistakes, isn't it? 😄. I would recommend you to watch this without earphones, that might feel better. Anyways, enjoy the video 😄
This video really helped me a lot because whenever i try to learn by myself from any websites or through any UA-cam channel i felt like i never understand this concept and that moment i really felt demotivated but after watchig your video not only i understand this but also it boost my confidence
what a good video bro... jitna aapne sikhne m mhnet kiya tha... utna hi aapne samjhane m kiya... bahut baat dekh chuka... concept jaisa aaj kuch isme bro
The time complexity for O(n^2) cannot be generalized to two nested loops. This will cause issues with students who encounter a situation with 2-3 loops, but the total no of operations in the process to be O(n) or anything else.
just starting DS & Algo after 2nd year 😅 And Your Videos helping a lot ...Thanks for your effort to make the things easier for some noobs like me 😅..Again Thanku😌😌😌
@@anmolverma075 when I was in my first year i just focused mainly on my semester subjects because those are the ones which are mostly not related to your field and so a backlog in that would be a pain, but because of lockdown I did a python developer course from Udemy in my second Sem.
@@abbas.1103 ok bro I got it. But I'm thinking I'll try my best to study for college exams but also give at least 30 min to 1 hour to coding so that I can finish one language completely and also start with DSA as soon as possible. Probably I'll be doing Java. The main problem with me is that I'm in tier 3 College with high attendance compulsion.
@@anmolverma075 totally understandable. If you can then you should. Good luck with that and just keep this in mind " learning 1hr for 20days is better than learning 20hrs in 1 day" so be consistent. And be strong with the fundamentals.
Bro, for each of these ds cases you mentioned, you should have a separate shorts video explaining the time complexity for each data structure and the proposed operation. That will be better for the audience I believe, instead of just letting them know all the time complexities at once.
Sir app bahut achhe se samjhate hai 😮😍👍 Please sir Data Structure and Algorithms par ek full series banaiye kyoki bahut se bachho ko itne easy explanation ki jarurat hai 😍😍
Thanks a lot! on the other sites I couldn't understand but after 2 to 3 days while scrolling i got your video, thanks a lot Sir, I will share it this with all of my frds , thanks for making easier
Hi Deevankshu, Thanks for the videos. Lot of times people in interviews ask for a solution with better time and space complexity. As per my understanding, nobody in the world can give O(1) solution for every problem. Did you face any such experience in your interviews? How are you designing that kind of highly scalable algorithms in your daily work life ( I assume in your current org you will be dealing with large data sets)
Tq so much bro,my brain is exhausted , while searching for right sort of answer. You cleared it in few minutes. Well if u have time then pls make some more videos regarding algorithm techniques.
Thanks so much, well understood. But please can you help to apply the O(log(n)) in a loop? Give example in loop then apply it, the one you gave was on array. Thanks so much, I will appreciate that if you can.
i had been trying to learn and get to know about time complexity since 2nd year i tried lot of youtube videos , Lots of articles and tried using paid courses of DS and Algo but i didn't understand this complexity thing but i would say thank you so much finally i get to know and i got the concept of Time complexity through you and your videos is so helpful please make more videos so that we also can crack product based companies very soon :;
Recently subcribed to your channel after watching the how to learn DSA the tips you provided are too good and started learning. Keeping going bro a lot more to come...😉
This video is for the very basics, How to minimize the code length (let say, size is till 10^9, and we are able to solve in O(n2), so how to minimize that to O(n) or O(logn), otherwise, it ll show TLE). Help me with this issue plzz. Bcoz many time I'm able to solve problem but TLE.
Hello everyone! I know the background music and ting sounds are too irritating. But every noob is allowed some mistakes, isn't it? 😄. I would recommend you to watch this without earphones, that might feel better.
Anyways, enjoy the video 😄
Nope. It made me more attentive
@@gana6004 True
You should make more videos of this kind related to dsa or dbms or os.
you have been forgiven it does not change the fact its soo irritating
Hindi please
Easiest time complexity lecture I ever come across ... Thank you 👍🏻
Most welcome! Always happy to help :)
absolutely true
That's true 🙏🙏🙏
Some other youtubers are saying 30 min + videos But still it is hard to understand that. You are saying in simple way. Keep going
Wasn't able to understand time complexity after watching many video but then found your video. Its simple and understandable.....Thank you...😊
My pleasure 😄
This video really helped me a lot because whenever i try to learn by myself from any websites or through any UA-cam channel i felt like i never understand this concept and that moment i really felt demotivated but after watchig your video not only i understand this but also it boost my confidence
I don't say this 10 mins video is best video on time complexity but can only say I AM SO MUCH GREATFUL AND THANKFUL to you. Pls keep going on.
Brilliantly done and thoroughly researched video. Very helpful to freshers as well as experienced guys.
I have never came across this kind of easiest way to find out the complexity ..thanks a ton
what a good video bro... jitna aapne sikhne m mhnet kiya tha... utna hi aapne samjhane m kiya... bahut baat dekh chuka... concept jaisa aaj kuch isme bro
Thanks a lot..
i like your way to representing the video and your flow of speaking
yes,he is speaking like a topper in a viva
Loved the video. I didnt know how O(logn) worked . This gave me practical way to learn it . THANKS A LOT.
Time complexity explained in easy way.. thank you so much..👍👍
one of the best videos to understand time complexity 👍👍
best and crisp time complexity lecture
time complexity ko itna easy tareke se samjhne ke liye The code sKool subscribed 😃
i like this man's explanation way and the way i connect with him due to his way of explaining !
The time complexity for O(n^2) cannot be generalized to two nested loops. This will cause issues with students who encounter a situation with 2-3 loops, but the total no of operations in the process to be O(n) or anything else.
What did you mean? Can you please elaborate. It would be helpful.
@@abdullahalmahfuz6700 ja be
just starting DS & Algo after 2nd year 😅 And Your Videos helping a lot ...Thanks for your effort to make the things easier for some noobs like me 😅..Again Thanku😌😌😌
Hey! How's your progress coming so far? I just completed my 2nd yr and I'm gonna start
@@abbas.1103 my first year is gonna start in few days and I'm thinking to start coding now only....did you start DSA in your first year bro?
@@anmolverma075 when I was in my first year i just focused mainly on my semester subjects because those are the ones which are mostly not related to your field and so a backlog in that would be a pain, but because of lockdown I did a python developer course from Udemy in my second Sem.
@@abbas.1103 ok bro I got it.
But I'm thinking I'll try my best to study for college exams but also give at least 30 min to 1 hour to coding so that I can finish one language completely and also start with DSA as soon as possible. Probably I'll be doing Java.
The main problem with me is that I'm in tier 3 College with high attendance compulsion.
@@anmolverma075 totally understandable. If you can then you should. Good luck with that and just keep this in mind " learning 1hr for 20days is better than learning 20hrs in 1 day" so be consistent. And be strong with the fundamentals.
Bro, for each of these ds cases you mentioned, you should have a separate shorts video explaining the time complexity for each data structure and the proposed operation. That will be better for the audience I believe, instead of just letting them know all the time complexities at once.
Thanks for this easy way out for fitting time complexity basics so clearly in mind. 👏 Bravo
I think this is the best video I have came across Thankyou for explaining so beautifully and easy way…..Now I’m clear with the time complexity concept
Moj krdi bhaiya. Easiest lecture on time complexity
Simple and easy to understand explanation...Thank you!
Thanks bro
Kab sai samjhnai ki kosis kar raha tha
Aaj samjh aaya
Thanks itna easy and simple karkai samjhanai kai liye
Wonderfulllllllllllll video😍😍Thanks a looooooooot 🥺🥺🥺🥺!!!! Aapke jaise teachers college mein bhi hone chahiye 😭😭
Brother!
This video proved to be a life saver for me! Can't believe someone taught this to me for free!
You are explaining very well, pls make videos on all dsa Topics.
Such an easy way to understand time complexities. Superb video. Thank you😇
You're welcome!
Finally I could learn something about time complexity 😀 thank you 🤗
bro make more videos like this on imporatnt topics ur making it simpler to understand for us
This was the best video so far!
Literally so good explanation!
your explanation was simple and clear...
This helps me to understand it better
thx bro ❤👍
youtube algo gone right.....so glad to find your channel randomly :)
Trust me the easiest time complexity lecture ❤️, Btw I am a Mechanical Engineering Student
Cleared my doubts in less than 10min.great effort ❤
Easy explanation ..a must watch video ❤️
bhai meri taraf se ek biriyani ap ke liye
bohut acha , pura samaj gaya
Sir app bahut achhe se samjhate hai 😮😍👍
Please sir Data Structure and Algorithms par ek full series banaiye kyoki bahut se bachho ko itne easy explanation ki jarurat hai 😍😍
Thanks a lot😊.Finally the struggle is over 😊.
Really brother...this video has helped me a lot ✅
Thanks a lot! on the other sites I couldn't understand but after 2 to 3 days while scrolling i got your video, thanks a lot Sir, I will share it this with all of my frds , thanks for making easier
You are going to boom your channel , Nice explanation !
Thanks 😄
Glad you liked it :)
You voice is much clear and english is owsm...and explanation is also very gud...but take care of these thing which i told you in another message
Life was too good when this guy is constant
Hi Deevankshu,
Thanks for the videos.
Lot of times people in interviews ask for a solution with better time and space complexity. As per my understanding, nobody in the world can give O(1) solution for every problem. Did you face any such experience in your interviews? How are you designing that kind of highly scalable algorithms in your daily work life ( I assume in your current org you will be dealing with large data sets)
Thanks @TheCodeSkool , Now I am also say Time complexity is easy !!!
Very easy and simple explanation of imp topic. 👍🏻👏👏
Superb🎉
You explain very well
Kl iss channel pe 9.83 k subs the or aj 10.3 k ho gye h bcoz bhaiya ap bhutt aachi video's bna rhe ❤️
Thanks for your support 😄
@@TheCodeSkool ❤️❤️
Ur videos are superb but Sounds nti broh calling bell la
bhai as a fresher itne se kaam chl jaiga, ya phir detail me pdna pdega like recurrence and master
You explain it best 👍 thanks bro 😊
how do we calculate space complexity....?
plzz make a video on SC bhaiya....
Tq so much bro,my brain is exhausted , while searching for right sort of answer. You cleared it in few minutes. Well if u have time then pls make some more videos regarding algorithm techniques.
Loved the content, hated the music. Kudos
thank you bhaiya it's really good explanation but the sound at 3.10 , it's repeated many times and too irritating .
Easiest one I have come across. Thank you!
Please upload for space complexity as well
You deserve 1 M.
hindi me start kro smajana bhai vo zada help krega sbko .. this is truth bhai
Its a very useful time complexity video ...Thankyou so much
Omg...finally I found something which made my struggle to learn time complexity easily 👍❤️
brother, please decrease your background music it's so hard to focus. please. just a request. Good video thanks. grateful.
Thanks so much, well understood.
But please can you help to apply the O(log(n)) in a loop?
Give example in loop then apply it, the one you gave was on array.
Thanks so much, I will appreciate that if you can.
tomorrow is my exam and bruh helped me a lot for this thanks bruh
Really bro it's give good motivation to improve our code quality 👌
You explained it very well ! hey I'm a BCA student ... please make a video regarding BCA !!
THANK YOU!!
Very good explanation sir....pls ese video laate rehna❤️❤️
that was helpful deevankshu. please make these kinda videos more
brilliant explanation
Thanks man, this video cleared many concepts!
thanks man. can you pls also make content for the space complexity concept?
Sure, coming soon 😄
you made it too easy wow thanks
Plz make video on CP .how to start and from where.
bht aacha samj aaaya make more videos
What a video I can write a book of before seeing this video and after seeing this video of my lyf 🧿😭😭
Good explaination.... I just want to give you feedback of the vdo... Don't use than "ting ting" tune it's irritating when used multiple time
Very good and nicely explained sir
Awsome Explanation very nice
Thanks a lot :)
Great content bro I never able to understand this before
This is really good ... It's helping a lot brother...
i had been trying to learn and get to know about time complexity since 2nd year i tried lot of youtube videos , Lots of articles and tried using paid courses of DS and Algo but i didn't understand this complexity thing but i would say thank you so much finally i get to know and i got the concept of Time complexity through you and your videos is so helpful please make more videos so that we also can crack product based companies very soon :;
Excellent! Thank you so much 😊
Nice video and editing but please sir don't use that ting sound or reduce it sound a little bit it's harsh
Yes I realised that a bit late, don't use it anymore in my new videos 😄
Thanks for the feedback :)
Awesome tutorial bro...❤️
Wow wow wow Awesome 👏👏 lecture 🤩
Bhaiya you are awesome👍👍👏👏👏😊😊
Recently subcribed to your channel after watching the how to learn DSA the tips you provided are too good and started learning. Keeping going bro a lot more to come...😉
Big big thank you for this!!
thanks a lot brother 👍
Mazaa aa gaya 🔥🔥💯
Thanks so much, Sir.
Good one
Thank you brother
Thank you sir
We need more videos like this bro❤️
really great 🙌thank you 🙌
Very good 👍😊
the explanation is awesome but plz dont use that ting sound,it disturbs.btw nice video
This video is for the very basics, How to minimize the code length (let say, size is till 10^9, and we are able to solve in O(n2), so how to minimize that to O(n) or O(logn), otherwise, it ll show TLE).
Help me with this issue plzz.
Bcoz many time I'm able to solve problem but TLE.
thanks please make more about on ds and algo..........videos...i am also a bignner i want also........learn every thing.......... :)
More videos coming soon! Stay tuned :)