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
19,594 results
The Stack abstract data type: describing the type by what it promises, not how it's built. We separate the interface (the operations ...
0 views
4 weeks ago
Before the how, the why: what problem stacks solve, and what it costs you to get them wrong. We start from a concrete problem, ...
3 views
The bugs people actually hit with stacks — shown, explained, and fixed. A gallery of real mistakes: what they look like, why they ...
A plain, precise definition of stacks — and the one idea everything else follows from. We define it exactly, picture it, and pull out ...
MMT-001: Programming and Data Structures | Block 3 – Part 1 In this lecture, we cover Block 3 – Part 1 of IGNOU MScMACS ...
24 views
10 days ago
This video describes the data stacks available on 8-bit PIC devices when using the MPLAB® XC8 compiler. You can manually ...
178 views
How stacks actually live in memory — the byte-level layout behind the abstraction. We map the abstract picture onto real ...
18 views
Where does your data actually live? You've been declaring variables, passing pointers, and watching functions receive addresses ...
2 weeks ago
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
Postorder traversal using just one stack — the same Left → Right → Root output as the two-stack method, but with O(h) space ...
10 views
1 day ago
When to reach for stacks — and when not to. The design tradeoffs, side by side. We compare stacks against the alternatives so ...
Learn stack basics in data structures: what it is, operations (push, pop, peek), and array implementation in C. Perfect for beginners ...
21 views
7 days ago
Join the Discord: https://discord.gg/jDm8uCPYwD.
364 views
Streamed 3 days ago
Where LIFO order shows up in real problems — and the balanced-brackets checker, traced end to end. We name the pattern ...
710 views
Streamed 2 days ago
Postorder traversal — without recursion — using just two stacks. Watch the iterative trick that outputs Left → Right → Root every ...
38 views
5 days ago
Push / Pop on an array stack — adding and removing at the top. This lesson shows exactly what happens, step by step, with a ...
2 views
Practice with stacks: work the problems yourself, then check the worked solutions. Hands-on exercises to turn understanding into ...
14 views
Push / Pop on a linked stack — adding and removing at the top. This lesson shows exactly what happens, step by step, with a ...
Lesson 38 of C Programming: A Complete Course. Covers §4.8 — The Anatomy of a C Program. Chapters 0:00 A Process, From ...
9 views
9 days ago