Тёмный

Stacks & Queues | Data Structures in JavaScript 

beiatrix
Подписаться 4,3 тыс.
Просмотров 19 тыс.
50% 1

Опубликовано:

 

2 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 77   
@depressingsalad4538
@depressingsalad4538 2 года назад
I sincerely that your bed is at the right temperature every night this series helped me sm :)
@chrisstolfa6819
@chrisstolfa6819 5 лет назад
This series was a godsend. For whatever reason there's a lot of misinformation when it comes to data-structures in JS compared to like C languages and Java... You simplified this so well using relevant ES6+ syntax. Bravo, this needs more views.
@valentinyosef5940
@valentinyosef5940 3 года назад
i realize Im quite off topic but do anybody know of a good place to watch new series online?
@gordonshiloh4997
@gordonshiloh4997 3 года назад
@Valentin Yosef Meh I use flixportal. You can find it if you google :P -gordon
@valentinyosef5940
@valentinyosef5940 3 года назад
@Gordon Shiloh Thank you, I went there and it seems like they got a lot of movies there :D I appreciate it !!
@gordonshiloh4997
@gordonshiloh4997 3 года назад
@Valentin Yosef No problem :D
@FreeSkypeGenerator1
@FreeSkypeGenerator1 2 года назад
@@valentinyosef5940 damn bots ;p caught me
@WalkerDestroyer
@WalkerDestroyer 2 года назад
Seems like you quit youtube but this would have made a great tech tutorial channel if you ever pursued that! Really appreciate the video
@tyrenrhinehart5697
@tyrenrhinehart5697 2 года назад
I subscribed and followed your github! Thanks for the video , you're awesome! Digging the snorlax and avocado in the back :)
@AMG-cc7pi
@AMG-cc7pi Год назад
4 years later i am watching this. thank u
@MichaelSalo
@MichaelSalo 4 года назад
Outstandingly clear and digestable
@miketyson7274
@miketyson7274 4 года назад
Why not implement the queue with just array.push() and array.shift() ??? 🤔
@devOsaretin
@devOsaretin 2 года назад
Because of big O. using array for stack wouldnt be a problem but using it for queues would be a bad idea because of indexing
@jasonvictor1798
@jasonvictor1798 2 года назад
@@devOsaretin thanks for the reasoning! this needs to be bumped up
@LegacyUntouched
@LegacyUntouched 4 года назад
I am so glad I found this video, I am learning data structures in my javascript course and finding information pertaining to JS is hard. this is the exact info I need as I am going from LL to this. thank you, keep up the awesome work!
@Bayo106
@Bayo106 4 года назад
I wonder why you used objects instead of arrays in the class
@mdmoinmoin8888
@mdmoinmoin8888 2 года назад
Your videos on data structure are fantastic thank you.
@keelnu
@keelnu 3 года назад
Thank you for helping me grasp Stacks and Queues! Great video and very easy to follow.
@maiaklimenko6614
@maiaklimenko6614 2 года назад
I cannot believe these scary terms mean such childishly simple things. You are a savior for beginning FED engineers)
@LeetCodeSimplified
@LeetCodeSimplified 3 года назад
I didn't know it could be that easy! Great explanation!!
@MichaelJaurigue
@MichaelJaurigue Год назад
🎉 Great video, thanks so much. Your explanations are spot on.
@RoyerAdames
@RoyerAdames Год назад
900 likes done by me. Thank you for the helpful video.
@SoufSideGuapo
@SoufSideGuapo 2 года назад
how are you seeing the output of your code without console.log() everything?
@realcheks
@realcheks 4 года назад
Hi Beiatrix, Thanks for explaining how to build stacks/queues using Javascript classes. But, I observed that the first element in the stack is at position [1]. I mean this.storage[0] is always undefined while this.storage[1] now contains the first element unlike in a typical Array. Is that an error or is there a reason for that?
@alfredomartinez5751
@alfredomartinez5751 4 года назад
nice ! you are good at explaining the concepts, thank you soo much
@amadikesullivan2962
@amadikesullivan2962 Год назад
Very understandable, precise and enough
@khumbomunsaka
@khumbomunsaka Год назад
Thank you based programming lady.
@zakidev
@zakidev 3 года назад
Other teachers should learn your teaching skills too.
@CodingWithMrM
@CodingWithMrM 3 года назад
Please continue uploading more videos
@melaniesigrid8163
@melaniesigrid8163 2 года назад
I was so worried I wasn't understanding these concepts, your explanation is brilliant. Thank you Beiatrix. 💕
@patrickjreid
@patrickjreid 2 года назад
I have come back to these videos so many times!!! By far the best data structures tutorial out there!
@zentekvideogames3589
@zentekvideogames3589 4 года назад
Excellent video thanks, may I suggest getting rid of the background music? Keep it for intro and outro but during the explanations it kinda gets in the way. Thanks!
@arturluisoliveira
@arturluisoliveira 4 года назад
I kind of like the background music :(
@anncascarano8589
@anncascarano8589 3 года назад
@@arturluisoliveira me too
@grayce1220
@grayce1220 3 года назад
You saved my day! Thank you
@thinkerman
@thinkerman 4 года назад
You explain so well! thanks!
@nobleboucon7743
@nobleboucon7743 2 года назад
start a Udemy course! you are superb
@CodingWithMrM
@CodingWithMrM 3 года назад
Thanks a lot. I learned it very easily and I able to understood how to implement and how it works. Thanks for this video
@rayjiang6444
@rayjiang6444 4 года назад
I still dont understand why would you use a stack instead of array in javascript
@JE-ll8yi
@JE-ll8yi 3 года назад
Stacks can be used for undos and redos.
@aliimranadil2
@aliimranadil2 2 года назад
Keep uploading... 😎
@sheebanair9654
@sheebanair9654 3 года назад
You made it seem so simple! Thank you, looking forward to more of your videos!
@Hamza_Tarar_
@Hamza_Tarar_ 2 года назад
I like Avocados.
@rajinderdua2532
@rajinderdua2532 4 года назад
I wonder why you used objects instead of arrays in the class
@markystudio14
@markystudio14 3 года назад
i like you!
@indrajith6042
@indrajith6042 3 года назад
Class implementation of stack and queue could also be done by using array. Why did you choose to use objects ?
@CristianRomero-up1nj
@CristianRomero-up1nj 3 года назад
good job
@urib6242
@urib6242 4 года назад
How do you do the animations in your videos? It is so beautiful!
@TekJonesdesigns
@TekJonesdesigns 3 года назад
This series saved my ass. You're doing God's work!
@altum2450
@altum2450 3 года назад
This is GOLDEN... thank you!
@lazyworkroom
@lazyworkroom 4 года назад
I watched this video and finally understood the way of JavaScript of Stack and the Queue. Thanks for the good video :-)
@mustafamustafa7655
@mustafamustafa7655 3 года назад
Thank you for your videos. I would not be able to understand data structures without you. I am a visual learner at heart so your videos help me out a lot! :)
@aliedfurdich
@aliedfurdich 3 года назад
You are a great explainer! Subscribed.
@kelleytbo
@kelleytbo 3 года назад
Thank you for existing.
@moritzw42
@moritzw42 4 года назад
where was the real world example? 11:27
@zentekvideogames3589
@zentekvideogames3589 4 года назад
Is it any better to try to keep the head at 0 and move the elements accordingly when dequeueing? also, for Stack, is it ok to call length instead of size? thanks!
@gina7898
@gina7898 Год назад
this was so helpful! such a great intro to stacks and queues
@ramusesandasari8451
@ramusesandasari8451 3 года назад
Awesome explanation
@danielderese3170
@danielderese3170 2 года назад
wow thanks...
@harshrai6259
@harshrai6259 3 года назад
Great explanation 🔥
@ogbillity
@ogbillity 3 года назад
Thank you so much.
@georgeomara
@georgeomara 4 года назад
Wow, this is really greate. You are the best!
@joe-powell
@joe-powell 3 года назад
Thank you
@anusijo1023
@anusijo1023 5 лет назад
is it possible to create a video on avl tree
@codemonk9
@codemonk9 4 года назад
very well said, tysm!
@fdc_8507
@fdc_8507 4 года назад
So good, I hope you add more in this list in future 💕
@mrfun9841
@mrfun9841 5 лет назад
simple, clear and Great ^_^
@luuuizpaulo
@luuuizpaulo 5 лет назад
Amazing
@anthonypegues8147
@anthonypegues8147 4 года назад
Nice vids! keep it going
@karimbouche3563
@karimbouche3563 9 месяцев назад
Mmmm nice explanation girl
@mitchdigitalnetwork
@mitchdigitalnetwork 5 лет назад
This the best
@stevecarey2030
@stevecarey2030 5 лет назад
Well done, thanks!
@kirillpavlovskii8342
@kirillpavlovskii8342 4 года назад
I just watch this videos because of her, she is so beautiful and her voice .. omg you are so sweet
@Bayo106
@Bayo106 4 года назад
and smart
@litDevYT
@litDevYT 4 года назад
thanks babe ;)
@Wanderlustclusterfuck
@Wanderlustclusterfuck 2 года назад
These videos are great reminders from what I learned in school. Straight to the point and I can easily follow along until I make a typo, then need to pause LOL. You type fast!!! But thank you so much.
Далее
Linked List Data Structure | JavaScript
29:36
Просмотров 207 тыс.
Binary Search Trees | Data Structures in JavaScript
20:25
Учёные из Тринидад и Тобаго
00:23
Stack Data Structure | JavaScript
16:29
Просмотров 98 тыс.
How to Implement a Hash Table in JavaScript
25:39
Просмотров 104 тыс.
Linked Lists | Data Structures in JavaScript
14:58
Просмотров 31 тыс.
Hash Tables | Data Structures in JavaScript
10:50
Просмотров 25 тыс.
Binary Search Tree - Beau teaches JavaScript
13:34
Просмотров 116 тыс.
Queues & Priority Queues - Beau teaches JavaScript
6:39
5 JavaScript Concepts You HAVE TO KNOW
9:38
Просмотров 1,4 млн
Учёные из Тринидад и Тобаго
00:23