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
997 results
A plain, precise definition of stacks — and the one idea everything else follows from. We define the structure exactly, picture it, and ...
8 views
2mo ago
GitHub Repository (Source Code) https://reslug.link/100-CS-GitHub We compare two essential data structures: Queue ...
208 views
7mo ago
46 views
4mo ago
In this video, I respond to a technical interview question on Linked Lists as part of my CSE212 — Programming with Data ...
20 views
3mo ago
Stack vs heap explained simply, including how stack and heap memory work and the core difference between them. In this video ...
5,890 views
9mo ago
Learn Stacks and Queues in C++ — two essential data structures that manage data using different access patterns! These are part ...
23 views
10mo ago
How stacks actually live in memory — the byte-level layout behind the abstraction. We map the abstract picture onto real ...
7 views
0 views
The bugs people actually hit with stacks — shown, explained, and fixed. A gallery of real mistakes: what they look like, why they ...
6 views
Learn Stack Data Structure in C with a Fun Story + Full Code Explanation! Download full Code here- ...
174 views
11mo ago
The bugs people actually hit with queues and deques — shown, explained, and fixed. A gallery of real mistakes: what they look ...
16 views
1mo ago
When to reach for queues and deques — and when not to. The design tradeoffs, side by side. We compare queues and deques ...
2 views
In this lecture, we discuss the Classification of Data Structures using C in a clear, structured, and exam-oriented manner.
9 views
A tight recap of queues and deques: the mental model, the operations, and the costs — everything worth keeping. The essential ...
The cost of every stack operation in one place — big-O, and the traps that bite in practice. We build the complexity table from the ...
1 view
3 views
When to reach for stacks — and when not to. The design tradeoffs, side by side. We compare stacks against the alternatives so ...
In this video, we solve the GeeksforGeeks problem "Stack using Queue" using a single queue approach in C++. Problem Link: ...
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 ...