ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

130 results

Glass Box Computing
What Is a Stack? — Data Structures in C

A plain, precise definition of stacks — and the one idea everything else follows from. We define the structure exactly, picture it, and ...

1:39
What Is a Stack? — Data Structures in C

7 views

7 days ago

Glass Box Computing
Stacks: A Stack in Memory — Data Structures in C

How stacks actually live in memory — the byte-level layout behind the abstraction. We map the abstract picture onto real ...

3:10
Stacks: A Stack in Memory — Data Structures in C

7 views

7 days ago

Glass Box Computing
Stacks: Complexity — Data Structures in C

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:11
Stacks: Complexity — Data Structures in C

0 views

7 days ago

Glass Box Computing
Stacks: Design Tradeoffs — Data Structures in C

When to reach for stacks — and when not to. The design tradeoffs, side by side. We compare stacks against the alternatives so ...

1:28
Stacks: Design Tradeoffs — Data Structures in C

3 views

7 days ago

Glass Box Computing
Stacks: The Stack ADT — Data Structures in C

The Stacks abstract data type: describing the structure by what it promises, not how it's built. We separate the interface (the ...

1:45
Stacks: The Stack ADT — Data Structures in C

1 view

7 days ago

Glass Box Computing
Stacks: Common Mistakes — Data Structures in C

The bugs people actually hit with stacks — shown, explained, and fixed. A gallery of real mistakes: what they look like, why they ...

2:31
Stacks: Common Mistakes — Data Structures in C

6 views

7 days ago

Glass Box Computing
Data Structures: Recap — Data Structures in C

A tight recap of data structures: the mental model, the operations, and the costs — everything worth keeping. The essential ...

1:58
Data Structures: Recap — Data Structures in C

2 views

8 days ago

BenXcodes
Solving Next Greater Element ( Right ) using Stack

In this video I had solved Next Greater Element ( Right ) using Stack Problem Link ...

2:18
Solving Next Greater Element ( Right ) using Stack

4 views

12 days ago

Derrek Landauer
How Memory Is Laid Out: The Process Address Space

Every program sees memory the same way: one long range of numbered addresses, lowest at the bottom, highest at the top.

3:09
How Memory Is Laid Out: The Process Address Space

7 views

3 weeks ago

Glass Box Computing
Recursion: Design Tradeoffs — Data Structures in C

When to reach for recursion — and when not to. The design tradeoffs, side by side. We compare recursion against the alternatives ...

1:13
Recursion: Design Tradeoffs — Data Structures in C

2 views

6 days ago

Glass Box Computing
Dynamic Arrays in Memory — Data Structures in C

How dynamic arrays actually live in memory — the byte-level layout behind the abstraction. We map the abstract picture onto real ...

1:06
Dynamic Arrays in Memory — Data Structures in C

0 views

8 days ago

Glass Box Computing
Dynamic Arrays: Wrap-up — Data Structures in C

A tight recap of dynamic arrays: the mental model, the operations, and the costs — everything worth keeping. The essential ...

2:13
Dynamic Arrays: Wrap-up — Data Structures in C

0 views

8 days ago

Glass Box Computing
Queues Deques: Design Tradeoffs — Data Structures in C

When to reach for queues deques — and when not to. The design tradeoffs, side by side. We compare queues deques against the ...

1:46
Queues Deques: Design Tradeoffs — Data Structures in C

2 views

7 days ago

LetMeTeach
Stack vs Heap Memory Made Ridiculously Simple | Computer Science

Ever wondered why some programs run incredibly fast while others crash with a dreaded StackOverflow error? The secret lies in ...

2:13
Stack vs Heap Memory Made Ridiculously Simple | Computer Science

8 views

3 weeks ago

MGCompanies
I built my own Online Coding Platform from scratch!

I built my own Online Coding Platform from scratch! This project allows users to solve coding problems, execute code online, track ...

1:05
I built my own Online Coding Platform from scratch!

6 views

3 weeks ago

Visualcoders
Iterative Postorder Traversal Using 2 Stacks — Java, C++, C, Python
3:39
Iterative Postorder Traversal Using 2 Stacks — Java, C++, C, Python

0 views

0

Glass Box Computing
Recursion: Complexity — Data Structures in C

The cost of every recursion operation in one place — big-O, and the traps that bite in practice. We build the complexity table from ...

3:16
Recursion: Complexity — Data Structures in C

3 views

6 days ago

DSA Mastery Lab
LeetCode 682: Baseball Game — The Stack Trick (C#)

In this video we break down LeetCode problem 682, Baseball Game, and discover why a simple stack is the perfect tool.

3:05
LeetCode 682: Baseball Game — The Stack Trick (C#)

23 views

3 weeks ago

Learning By Tutorials
Bare-Metal Stack Buffer Overflows: Understanding, Detecting, and Preventing Control-Flow

"Bare-Metal Stack Buffer Overflows: Understanding, Detecting, and Preventing Control-Flow Corruption in Embedded C" ...

2:07
Bare-Metal Stack Buffer Overflows: Understanding, Detecting, and Preventing Control-Flow

11 views

4 days ago

LetMeTeach
Stack vs Heap Memory — The Secret to Fast Code | Computer Science

Every beginner coder eventually encounters mysterious memory crashes, unexpected variable overwrites, or the dreaded ...

1:42
Stack vs Heap Memory — The Secret to Fast Code | Computer Science

2 views

3 days ago