Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
359 results
In this video, we break down the QUEUE data structure in the simplest way possible — using real-life examples like ticket lines, ...
7 views
2 weeks ago
How queues and deques actually live in memory — the byte-level layout behind the abstraction. We map the abstract picture onto ...
3 weeks ago
Want to master the Queue Data Structure quickly? In this video, we break down what a Queue is, how it works, and where it's used ...
16 views
Queue Data structure explain with meme #dsa #education #coding #programming #queue #datastructures #computerscience.
17 views
The bugs people actually hit with queues and deques — shown, explained, and fixed. A gallery of real mistakes: what they look ...
15 views
A tight recap of queues and deques: the mental model, the operations, and the costs — everything worth keeping. The essential ...
0 views
The Queue abstract data type: describing the type by what it promises, not how it's built. We separate the interface (the operations ...
1 view
You already know this data structure intimately, you've stood inside it every single time you've waited in line for coffee. It's called a ...
The cost of every queue or deque operation in one place — big-O, and the traps that bite in practice. We build the complexity table ...
When to reach for queues and deques — and when not to. The design tradeoffs, side by side. We compare queues and deques ...
Before the how, the why: what problem queues and deques solve, and what it costs you to get them wrong. We start from a ...
4 views
13 days ago
4 days ago
2 views
9 days ago
The Priority Queue abstract data type: describing the type by what it promises, not how it's built. We separate the interface (the ...
In this video, you'll learn how to reverse a queue using a stack in C++ with a simple step-by-step explanation. We'll understand ...
5 views
4 weeks ago
The invariants of heaps and priority queues: the facts that must stay true after every operation. We state each invariant plainly and ...
When to reach for heaps and priority queues — and when not to. The design tradeoffs, side by side. We compare heaps and ...