Stacks, Queues, and Double Ended Queues (Deques)

  Рет қаралды 35,709

Algorithms with Attitude

Algorithms with Attitude

Күн бұрын

Пікірлер: 39
@NicksonKaigi
@NicksonKaigi 5 жыл бұрын
1:39 from front of *queue*
@AlgorithmswithAttitude
@AlgorithmswithAttitude 5 жыл бұрын
yup.
@АлексейГрохотов-ь3х
@АлексейГрохотов-ь3х 4 жыл бұрын
Lots of information in just 6 minutes. Thank you, this approach is much appreciated.
@AlgorithmswithAttitude
@AlgorithmswithAttitude 4 жыл бұрын
You're welcome.
@92heoHEo96
@92heoHEo96 7 жыл бұрын
I appreciate your non monotone speech, thanks for the great vid!
@jessesodee6880
@jessesodee6880 8 жыл бұрын
your videos are so epic you are doing a great job. keep us flooded with new ones !
@MyMainMan756
@MyMainMan756 8 жыл бұрын
Cool videos, sorry you don't have more people appreciating them, but I will definitely link this to anyone who needs it.
@AlgorithmswithAttitude
@AlgorithmswithAttitude 8 жыл бұрын
+MyMainMan756 Thanks. Likes, views, and time will help them to move up in search ranking, but it might take a year or two.
@Aeimos
@Aeimos 8 жыл бұрын
+MyMainMan756 Yes I have to agree, very good, clear presentation of material.
@AlgorithmswithAttitude
@AlgorithmswithAttitude 8 жыл бұрын
+Aeimos Thank you. Let classmates know (if you are in a class). Especially for this introductory material, there are a lot of other videos out there, so it is hard to be found, but I am trying to make videos that have full college level depth while staying more concise than videoed lectures.
@AlgorithmswithAttitude
@AlgorithmswithAttitude 8 жыл бұрын
+Aeimos I think "heaps" is one of the few terms where this channel's videos show up pretty high in search, but by the time people get to heaps, they have usually already covered all of the stuff in the lists playlist. Anyway, there will be a couple more playlists in the next couple months.
@FailZerg
@FailZerg 8 жыл бұрын
Probably the best video I've seen on the subject, keep up the great work :)
@AlgorithmswithAttitude
@AlgorithmswithAttitude 8 жыл бұрын
Thanks. Tell classmates, there are so many videos out there (especially for this playlist) that it is pretty hard to get noticed.
@robinpage2730
@robinpage2730 2 жыл бұрын
How does this map onto the physical memory on the CPU die?
@AlgorithmswithAttitude
@AlgorithmswithAttitude Жыл бұрын
These are somewhat abstract data structures. If you use the underlying array model for these structures, it maps pretty well to memory, but if you use the underlying linked list structure, it can have little references to different parts of your memory all over the place.
@anthony9343
@anthony9343 8 жыл бұрын
Your videos are amazing, but why nothing on trees? I know you have graphs, but what about in order, pre order, post order traversal specifically for binary tree?
@AlgorithmswithAttitude
@AlgorithmswithAttitude 8 жыл бұрын
The videos take me a very long time to make. I probably have 50-100 more I would like to make, and it will take me some years to make them...
@anthony9343
@anthony9343 8 жыл бұрын
Makes sense. Hopefully Trees are in your Priority Queue (pun intended) for next videos. Keep up the good work. I am using them to help teach my girlfriend data structures. They are simply the best data structure/algorithms videos on KZbin.
@AlgorithmswithAttitude
@AlgorithmswithAttitude 8 жыл бұрын
Thanks, please spread the word. No tree stuff on the new channel yet, but my previous channel (simpler production) does have a BST review, which might be enough to show how they work once you cover what a tree is. But, once you have BSTs down, this playlist should take you from that, right through BTrees: kzbin.info/aero/PLA5Lqm4uh9Bbq-E0ZnqTIa8LRaL77ica6
@jozefmatus7929
@jozefmatus7929 2 жыл бұрын
Love your style!
@Parkathor
@Parkathor 7 жыл бұрын
this dude is straight up BONKERS about computer science
@OleksandrDanylchenko2k
@OleksandrDanylchenko2k 5 жыл бұрын
What means EIEIO?
@davidtaylor2809
@davidtaylor2809 5 жыл бұрын
Sorry, that one probably doesn't make sense in a lot of countries. It is from a children's song: "Old McDonald had a farm, E I E I O." It doesn't make much sense here either.
@bikerbob182
@bikerbob182 7 жыл бұрын
Good energy, great video.
@divinechijindu7465
@divinechijindu7465 10 ай бұрын
This dude definitely went to Queens
@timbauer399
@timbauer399 6 жыл бұрын
Thank you so much for posting! Really enjoyed your video.
@李泊远
@李泊远 6 жыл бұрын
Informative. Thank you.
@kdutta9
@kdutta9 5 жыл бұрын
great video
@shashankkumar3195
@shashankkumar3195 6 жыл бұрын
U R Amazing!!
@princecarter1464
@princecarter1464 6 жыл бұрын
I like your enthusiasm but there is just too much going on in your video.
@AlgorithmswithAttitude
@AlgorithmswithAttitude 6 жыл бұрын
Some are definitely too much, but my thought when making them was that students could pause and rewatch if needed.
@vishaladiyandra6092
@vishaladiyandra6092 8 жыл бұрын
A bit Satisfied
@dannyboy785
@dannyboy785 7 жыл бұрын
I really wanted to like this because your voice projects and is not boring but you moved too quickly :(
@AlgorithmswithAttitude
@AlgorithmswithAttitude 7 жыл бұрын
+dannyboy785 I appreciate that, and plan to slow down some (some) in future videos. Part of it is the knowledge that viewers can rewatch, pause to take notes, and even play the video at a slower speed if needed. BTW, don't watch the Master Theorem video, it is waaaay too fast.
@martint5340
@martint5340 6 жыл бұрын
No need to yell: your mic works just fine...
@AlgorithmswithAttitude
@AlgorithmswithAttitude 6 жыл бұрын
Agreed, there are some general volume issues I will try to improve upon for future videos.
@koppito3652
@koppito3652 7 жыл бұрын
Deque
Dynamic Arrays, aka ArrayLists
10:11
Algorithms with Attitude
Рет қаралды 15 М.
Data Structures: Stacks and Queues
5:46
HackerRank
Рет қаралды 569 М.
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
Linked Lists
11:58
Algorithms with Attitude
Рет қаралды 13 М.
Linked Lists and Dynamic Arrays:  Misuse and Abuse
8:06
Algorithms with Attitude
Рет қаралды 8 М.
Data structures: Array implementation of Queue
14:59
mycodeschool
Рет қаралды 896 М.
Priority Queue Introduction
13:18
WilliamFiset
Рет қаралды 478 М.
Binary Heaps for Priority Queues
6:03
Algorithms with Attitude
Рет қаралды 61 М.
Data Structures: Hash Tables
6:25
HackerRank
Рет қаралды 1,5 МЛН
Lists, Iterators, and Abstract Data Types
3:13
Algorithms with Attitude
Рет қаралды 16 М.
Hash Tables and Hash Functions
13:56
Computer Science Lessons
Рет қаралды 1,6 МЛН
Data Structures: Heaps
10:32
HackerRank
Рет қаралды 1,3 МЛН
Advanced Dynamic Arrays
10:05
Algorithms with Attitude
Рет қаралды 4,8 М.
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН