This is really well done! I love the focus on concepts rather than just the “big-Oh” times. And the examples made it pretty clear on when they’re useful, so this was awesome!
Awesome, wish I had a lecturer like you in my college. We just got a mini DSA pack in this, thanks for the video. It would be great we get a whole DSA Playlist from you 🙏
I was finding it harder to understand DS until I came across your video. Thank you for using such amazing daily life example to visualize all the concept.
Very good video, in case it hasn't been mentioned the reason 0 index is the default is because it allow you to do modular arithmetic on the indices. If you've ever had the pain of trying to do modular arithmetic on a base 1 language, first I'm sorry, second you will understand exactly why 0 is the default.
Why 0's and 1's means It represents +5 and -5 volt ... Its like giving power and stopping power to the conductor....so in that way a set of 0s and 1s represents plus and 0 ...0001 represents the bits
Under the hood, ArrayList uses an array. This means that removing and inserting items has a large overhead from shifting all the other items around. For that reason, we should look to avoid this method if possible.
Wow loved this video! I made a career change to software development and I've a lot of stuff to learn, I'm working as a junior and I want to learn more about data structures and algorithms to get to the next level. This video is great introduction thanks❤
Amazing video Pooja!! I was fascinated by your analogies and examples really improved my understanding of the data structures. I am definitely checking out your video on algorithms next. Cheers!
How you easily pronounced the word 06:50😵💫😵💫😵💫. Btw it was really very helpful because no one explains in this easy way, they are trying to make it harder stuff. So thank you so much for this wonderful content.
I know why starting from 0 because it reduce one minus operation calculation each time when we finding index location of index find by base address and index*size of element but this index is come by relative index for find relative index we perform operations indexe - lower index, hear if lower index is 0 than we not need this - calculation because of this we start with 0
Pooja, I hit the subscribe button right after watching this video. Thanks for helping me understand data structures, I've been struggling to understand them for a while now.
So much too learn with all the different programming languages, but this video has made things a little clearer when it comes to Data structures and Algorithm. Thanks for the informative video!
Hi Pooja Dutt. I mentioned earlier in the wrong video to please make a video reviewing the zero to mastery bootcamp. Please I will like to see this review to know if I should or I shouldn't go for this bootcamp.
Me panicking because I have DSA Class this coming fall 2023, and then seeing this. Thank you 🙏🏾. I love that you used Ghana 🇬🇭! That’s weee I was born! Edit: Like if you feel the same way too.
More people are using apps during the interview, like Coding Interview Champ to get the answers and then explain the solution to the interviewer, wondering how the success rate really is
Can someone explain why so many data structures and how they actually differ in real world? I mean, imagine a linked list, I imagine you could do the same with a list. What's the tradeoff?
hey ur vedio is soo clear i just stated following u now i request u to please put one vedio which cover all the topics of c++ for revision purpose pls dii its a humble request
📚 Learn Data Structures and Algorithms FAST: neetcode.io/?📚
🎉How to Learn Algorithms (up next) -> ruclips.net/video/F7sPauKsZXw/видео.html 🎉
Started and i am loving it alreadyy.
yes
yrr hindi m bta doo kya ho jayega
expired 😞
@@GagandeepSingh-db8eh the discount is only for the first 20 people unfortunately :/ but you can still check out neetcode!
Stack is Last in, first out (LIFO). Queue is first in, first out (FIFO).
This is really well done! I love the focus on concepts rather than just the “big-Oh” times. And the examples made it pretty clear on when they’re useful, so this was awesome!
Thanks so much! I appreciate the kind words 😀
This video was really well-produced and you used really great analogies in very approachable ways. Good work!
Thanks so much! 😀
I have learnt a lot in last 15 minutes, than those tons of class room lectures. Thank you and God bless!
This is easily the best intro to DSA that i've ever seen. Great video Pooja!!
And the sponsor isn't bad either 😉
Thanks so much!! 🎉 haha, can’t argue with that - the sponsor is pretty cool 😎
00:22 - Data Structure
00:41 - Array
03:40 - Linked List
06:04 - Hash Map
09:27 - Stack
11:26 - Queues
12:30 - Tree
Outstanding video @PoojaDutt!!!! By far, one of the best explanations of some of the common DSA's used in code on YT! Keep it up!!!
Thanks so much! I really appreciate that 😀
Awesome, wish I had a lecturer like you in my college. We just got a mini DSA pack in this, thanks for the video. It would be great we get a whole DSA Playlist from you 🙏
Same here
AP GP Best Hindi Explanation in India 💯 💯🎯🎯🎯
ruclips.net/p/PLlCpcDWq4nK-cVs4QsgmQ4rSn6l6sHumg&si=HbXzQSceUGIoqOjT
@@mktan-1223AP GP Best Hindi Explanation in India 💯 💯🎯🎯🎯
ruclips.net/p/PLlCpcDWq4nK-cVs4QsgmQ4rSn6l6sHumg&si=HbXzQSceUGIoqOjT
the way she explained certain topics with ease 🤧
That's frustrating now 😂😂😂😂
@@sk-kr1uy cz u can't catch up with every helpful info she has provided. yea kinda frustrating i must say 🤣🤣🤣
WoW i haven't seen anyone explain Data structures so smooth , great work keep it up
thanks learning for my day is from you. FYI : FIFO is mentioned as FEFO in the Queue chapter
Simplicity is everything! Thank you this was a great video.
Glad you liked it!!
AP GP Best Hindi Explanation in India 💯 💯🎯🎯🎯
ruclips.net/p/PLlCpcDWq4nK-cVs4QsgmQ4rSn6l6sHumg&si=HbXzQSceUGIoqOjT
I was finding it harder to understand DS until I came across your video. Thank you for using such amazing daily life example to visualize all the concept.
Very good video, in case it hasn't been mentioned the reason 0 index is the default is because it allow you to do modular arithmetic on the indices. If you've ever had the pain of trying to do modular arithmetic on a base 1 language, first I'm sorry, second you will understand exactly why 0 is the default.
A really great introduction to DSA, with examples.
Thank you!
No problem, glad it was helpful!!
AP GP Best Hindi Explanation in India 💯 💯🎯🎯🎯
ruclips.net/p/PLlCpcDWq4nK-cVs4QsgmQ4rSn6l6sHumg&si=HbXzQSceUGIoqOjT
Great high level overview of most common ds. Nice for refreshing and understang at a basic level.
Why 0's and 1's means
It represents +5 and -5 volt ...
Its like giving power and stopping power to the conductor....so in that way a set of 0s and 1s represents plus and 0
...0001 represents the bits
Under the hood, ArrayList uses an array. This means that removing and inserting items has a large overhead from shifting all the other items around. For that reason, we should look to avoid this method if possible.
AP GP Best Hindi Explanation in India 💯 💯🎯🎯🎯
ruclips.net/p/PLlCpcDWq4nK-cVs4QsgmQ4rSn6l6sHumg&si=HbXzQSceUGIoqOjT
Man this is kind of lesson one needs truly, the principles of the data Structures were explained so clearly. Thank youu :)
An ArrayList is actually an array and the size is fixed, but we don't handle the resizing or ... The collection interface is handling it.
Thank you Pooja.
You made it so simple that's readily absorbed!
❤
Woah, thank you so much!!!! I am currently taking DSA in school. This is a blessing.
Thats how I learned it. You gotta make real life examples of it. I used actual file folders to break down the different search algorithms
can u cover graph and DP?
BTW: this video was very informative
amazing course ...u revised me all datastracture majors that i learnt in university
I Revised entire dataStructures in just 15min from this video .... thankyou miss @PoojaDutt🙂
Love your videos! The animation and editing looks so good, and the content is so helpful.
Ther'es a reason why array indexing starts with 0, not a rule.
omg thank you so much!!!! didn't know that learning DSA was fun until now
Wow loved this video! I made a career change to software development and I've a lot of stuff to learn, I'm working as a junior and I want to learn more about data structures and algorithms to get to the next level. This video is great introduction thanks❤
So glad the video was helpful! 😀
rThankyou!! A clear, well produced video is so refreshing !
Amazing video Pooja!! I was fascinated by your analogies and examples really improved my understanding of the data structures. I am definitely checking out your video on algorithms next. Cheers!
Array is a tiny container or huge.. important characteristic can't be skipped is its of SAME TYPE
time 0:51 "the array size is fixed when it is created." this depends on the language you use in java Yes in javaScript No
How beautifully and simply you've explained ☺ Amazing video Pooja👍
Im a seasoned SWE and all i can say is real solid!
6:51:- I can say "Ventriculocisternostomy", but I struggle with "is". Excellent video.
You make it seem so easy - great video !
Awww thank you!!
that's a problem, right ?🤣
I have learned so much by listening to your views.
You just blown my mind after watching this you are miracle lady
4:51 no renaldo is harmed in this video 😂...by the way great introduction to DSA
This is so helpful! Thank you. Can you do more videos like this ?
Excellent video, your real dictionary paper atlas cover cracked me up!
Outstanding video, thank you so much for your explanation. Keep it up.
Oh wow, I am from Ghana, and currently studying in India.😊
How you easily pronounced the word 06:50😵💫😵💫😵💫.
Btw it was really very helpful because no one explains in this easy way, they are trying to make it harder stuff. So thank you so much for this wonderful content.
Great video! could you please explain difference between Data Structures and Collections? I am confused.
Wow!
This video is really helpful !
Thank you soo much for making this kind of Introductory videos 🙏😁
The array starts with 0 is because the index is an offset inside the array. If you need to access the very first element your offset should be 0.
I did it, I learned what an array is!
Stunned by the simplicity of this video. A perfect video to start with! Kudos!
Thanks so much!!
@@PoojaDutt wanna post this on linkedin, but couldn't find you, would you please help?
@@KrishNamaste my linkedin is listed in the description of the channel (-:
@@KrishNamaste www.linkedin.com/mwlite/in/pooja-dutt-635b76a9
@@PoojaDutt thank you.
This is such a creative video! xD thank you! I understand data structure more now
I quickly understood the examples, because of the 'plates'. Thank you.
Glad it was easy to understand 😀
LEFO???? Last In First Out, LIFO!
holy... FEFO... i'm bailing.
Thank you so much for this video, you explained everything so well and I appreciate the examples!
So glad it was helpful 😀
I love pointers in Pascal.
It was really helpful and what a great way to explain.
great introduction wowww, the examples were so helpful in order to understand the concepts, thank youuu so much!
It's a crucial phase for your channel's growth Pooja, try decreasing ads.
I know why starting from 0 because it reduce one minus operation calculation each time when we finding index location of index find by base address and index*size of element but this index is come by relative index for find relative index we perform operations indexe - lower index, hear if lower index is 0 than we not need this - calculation because of this we start with 0
Pooja, I hit the subscribe button right after watching this video. Thanks for helping me understand data structures, I've been struggling to understand them for a while now.
Omg you are so good in explaining these topics.
can you please make a full playlist in data structures and algorithms
So much too learn with all the different programming languages, but this video has made things a little clearer when it comes to Data structures and Algorithm.
Thanks for the informative video!
AP GP Best Hindi Explanation in India 💯 💯🎯🎯🎯
ruclips.net/p/PLlCpcDWq4nK-cVs4QsgmQ4rSn6l6sHumg&si=HbXzQSceUGIoqOjT
This is a very good lecture ma'am, Can you please tech us the whole DSA ?
You just earned a subscriber, this was really helpful
Great video, thanks a lot, and thanks for all the links. Best regards
Hi Pooja Dutt. I mentioned earlier in the wrong video to please make a video reviewing the zero to mastery bootcamp. Please I will like to see this review to know if I should or I shouldn't go for this bootcamp.
my man "Renaldo" is the linked list goat 😭
It was an amazing video, I would like to know more on how you edited the video. Liked all of it.
Yo did great with setting examples with those items. Keep it up
damn you actually explained linked list better than my prof i did not understand it back then
Wow! Love how well explained her videos are!
Thanks a lot✨
It really helped me🌸🌸🌸
Loved that you made video so fast after discussion about dsa in last friday discord session🎉❤
Ahh you noticed!! 😀
@@PoojaDutt ah well I was there that day
You should upload courses on java+DSA
you explain greattttttttttttttttttttttttttt
Hello, Love your video!! Btw, what kind of theme do you use in your code editor? It looks so pretty!!
thanks for such a clear explanation
This is the best foundation to become pro 💯. Kudos to pooja🙌
Thank you, it was a great video, but the LinkedList explanation is somehow a little bit hard to grasp,
Me panicking because I have DSA Class this coming fall 2023, and then seeing this. Thank you 🙏🏾. I love that you used Ghana 🇬🇭! That’s weee I was born!
Edit: Like if you feel the same way too.
You’ve got this!!!
This just changed my life.
Pooja! I live and grew up in the Bronx New York. I want you to teach me how to code and get a job..Thanks!
Very helpful video pooja thank u so much 😊😊😊
Watching from Ghana and she used my country as an example 😁
Really love your content but I know you put that trap there for me : FEFO instead of FIFO 🤣🤣 Or tell me I'm mistaken.
I love the content of your videos Pooja! so useful! :)
You have got a subscriber
Which code editor are you using??
Great video! Super informative :D
Very useful information, specially for beginners 👏👏
Thanks!! Glad you liked it 😀
Most CS degrees take two semesters of data structure courses
More people are using apps during the interview, like Coding Interview Champ to get the answers and then explain the solution to the interviewer, wondering how the success rate really is
Can someone explain why so many data structures and how they actually differ in real world?
I mean, imagine a linked list, I imagine you could do the same with a list. What's the tradeoff?
Plz make a smiler kind of video about algorithms
As soon as u mentioned my country Ghana❤
hey ur vedio is soo clear i just stated following u now i request u to please put one vedio which cover all the topics of c++ for revision purpose pls dii its a humble request
@PoojaDutt. shut up fake accounts
Thank You Pooja 🙏🙏🙌🙌
Can you explain about graphs?