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
130 results
A plain, precise definition of stacks — and the one idea everything else follows from. We define the structure exactly, picture it, and ...
7 views
7 days ago
How stacks actually live in memory — the byte-level layout behind the abstraction. We map the abstract picture onto real ...
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 ...
0 views
When to reach for stacks — and when not to. The design tradeoffs, side by side. We compare stacks against the alternatives so ...
3 views
The Stacks abstract data type: describing the structure by what it promises, not how it's built. We separate the interface (the ...
1 view
The bugs people actually hit with stacks — shown, explained, and fixed. A gallery of real mistakes: what they look like, why they ...
6 views
A tight recap of data structures: the mental model, the operations, and the costs — everything worth keeping. The essential ...
2 views
8 days ago
In this video I had solved Next Greater Element ( Right ) using Stack Problem Link ...
4 views
12 days ago
Every program sees memory the same way: one long range of numbered addresses, lowest at the bottom, highest at the top.
3 weeks ago
When to reach for recursion — and when not to. The design tradeoffs, side by side. We compare recursion against the alternatives ...
6 days ago
How dynamic arrays actually live in memory — the byte-level layout behind the abstraction. We map the abstract picture onto real ...
A tight recap of dynamic arrays: the mental model, the operations, and the costs — everything worth keeping. The essential ...
When to reach for queues deques — and when not to. The design tradeoffs, side by side. We compare queues deques against the ...
Ever wondered why some programs run incredibly fast while others crash with a dreaded StackOverflow error? The secret lies in ...
8 views
I built my own Online Coding Platform from scratch! This project allows users to solve coding problems, execute code online, track ...
0
The cost of every recursion operation in one place — big-O, and the traps that bite in practice. We build the complexity table from ...
In this video we break down LeetCode problem 682, Baseball Game, and discover why a simple stack is the perfect tool.
23 views
"Bare-Metal Stack Buffer Overflows: Understanding, Detecting, and Preventing Control-Flow Corruption in Embedded C" ...
11 views
4 days ago
Every beginner coder eventually encounters mysterious memory crashes, unexpected variable overwrites, or the dreaded ...
3 days ago