ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

19,594 results

Glass Box Computing
The Stack ADT — Data Structures in C | 6.3

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

2:20
The Stack ADT — Data Structures in C | 6.3

0 views

4 weeks ago

Glass Box Computing
Why Stacks? — Data Structures in C | 6.1

Before the how, the why: what problem stacks solve, and what it costs you to get them wrong. We start from a concrete problem, ...

6:20
Why Stacks? — Data Structures in C | 6.1

3 views

4 weeks ago

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

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

2:46
Stacks: Common Mistakes — Data Structures in C | 6.9

3 views

4 weeks ago

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

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

1:48
What Is a Stack? — Data Structures in C | 6.2

3 views

4 weeks ago

MSC MACS
Block-3 Part 1 - MMT001

MMT-001: Programming and Data Structures | Block 3 – Part 1 In this lecture, we cover Block 3 – Part 1 of IGNOU MScMACS ...

19:48
Block-3 Part 1 - MMT001

24 views

10 days ago

Microchip Developer Help
PIC Data Stacks in MPLAB® XC8

This video describes the data stacks available on 8-bit PIC devices when using the MPLAB® XC8 compiler. You can manually ...

9:51
PIC Data Stacks in MPLAB® XC8

178 views

4 weeks ago

Glass Box Computing
A Stack in Memory — Data Structures in C | 6.4

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

3:52
A Stack in Memory — Data Structures in C | 6.4

18 views

4 weeks ago

Glass Box Computing
Memory Layout: Stack and Heap — Programming With C | 6.5

Where does your data actually live? You've been declaring variables, passing pointers, and watching functions receive addresses ...

14:17
Memory Layout: Stack and Heap — Programming With C | 6.5

3 views

2 weeks ago

Glass Box Computing
Stacks: Complexity — Data Structures in C | 6.8

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

1 view

4 weeks ago

Visualcoders
Iterative Postorder Traversal Using 1 Stack — Java, C++, C, Python

Postorder traversal using just one stack — the same Left → Right → Root output as the two-stack method, but with O(h) space ...

4:21
Iterative Postorder Traversal Using 1 Stack — Java, C++, C, Python

10 views

1 day ago

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

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

1:41
Stacks: Design Tradeoffs — Data Structures in C | 6.10

1 view

4 weeks ago

notebook
Stacks Explained: Basics in 10 Minutes

Learn stack basics in data structures: what it is, operations (push, pop, peek), and array implementation in C. Perfect for beginners ...

10:51
Stacks Explained: Basics in 10 Minutes

21 views

7 days ago

Dylan Falconer
Stack Allocation - Building A Programming Language

Join the Discord: https://discord.gg/jDm8uCPYwD.

2:58:13
Stack Allocation - Building A Programming Language

364 views

Streamed 3 days ago

Glass Box Computing
Stack Applications — Data Structures in C | 6.7

Where LIFO order shows up in real problems — and the balanced-brackets checker, traced end to end. We name the pattern ...

5:19
Stack Applications — Data Structures in C | 6.7

1 view

4 weeks ago

Dylan Falconer
Stack Allocation - Building A Programming Language

Join the Discord: https://discord.gg/jDm8uCPYwD.

2:58:33
Stack Allocation - Building A Programming Language

710 views

Streamed 2 days ago

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

Postorder traversal — without recursion — using just two stacks. Watch the iterative trick that outputs Left → Right → Root every ...

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

38 views

5 days ago

Glass Box Computing
Push and Pop — Array Stack — Data Structures in C | 6.5

Push / Pop on an array stack — adding and removing at the top. This lesson shows exactly what happens, step by step, with a ...

7:39
Push and Pop — Array Stack — Data Structures in C | 6.5

2 views

4 weeks ago

Glass Box Computing
Stacks: Lab Exercises — Data Structures in C | 6.11

Practice with stacks: work the problems yourself, then check the worked solutions. Hands-on exercises to turn understanding into ...

10:05
Stacks: Lab Exercises — Data Structures in C | 6.11

14 views

4 weeks ago

Glass Box Computing
Push and Pop — Linked Stack — Data Structures in C | 6.6

Push / Pop on a linked stack — adding and removing at the top. This lesson shows exactly what happens, step by step, with a ...

6:28
Push and Pop — Linked Stack — Data Structures in C | 6.6

2 views

4 weeks ago

Benjamin Fadina
C Programming #38 — The Memory Layout of a Running Program

Lesson 38 of C Programming: A Complete Course. Covers §4.8 — The Anatomy of a C Program. Chapters 0:00 A Process, From ...

4:11
C Programming #38 — The Memory Layout of a Running Program

9 views

9 days ago