ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,170 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
Why Stacks? — Data Structures in C

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

5:36
Why Stacks? — Data Structures in C

1 view

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: 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
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

terminal_trail
stack implementation in c | from scratch

implementing a stack data struct in the c. with push and pop and peek. Music from #Uppbeat (free for Creators!)

15:17
stack implementation in c | from scratch

21 views

4 weeks ago

Glass Box Computing
Stacks: Push and Pop — Array Stack — Data Structures in C

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

5:53
Stacks: Push and Pop — Array Stack — Data Structures in C

1 view

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: Lab Exercises — Data Structures in C

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

8:24
Stacks: Lab Exercises — Data Structures in C

1 view

6 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: Stack Applications — Data Structures in C

Stack Applications — a focused lesson in the Stacks series. A clear, visual explanation with a memory diagram and real C code.

4:17
Stacks: Stack Applications — Data Structures in C

2 views

7 days ago

Glass Box Computing
Stacks: Push and Pop — Linked Stack — Data Structures in C

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

4:39
Stacks: Push and Pop — Linked Stack — Data Structures in C

3 views

7 days ago

CSE Blueprint Academy
Stack Implementation Using Array and Linked List | C Program Discussion | Data Structures

Welcome to this lecture on Stack Implementation Using Array and Linked List – Program Discussion in Data Structures.

49:26
Stack Implementation Using Array and Linked List | C Program Discussion | Data Structures

4 views

1 day ago

Glass Box Computing
Recursion: The Call Stack in Memory — Data Structures in C

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

4:23
Recursion: The Call Stack in Memory — Data Structures in C

2 views

6 days ago

CodeNomad
LeetCode 20: Valid Parentheses | Stack Complete Explanation

In this video, we solve LeetCode 20 (Valid Parentheses) using the Stack data structure in C++. We start by understanding the ...

23:45
LeetCode 20: Valid Parentheses | Stack Complete Explanation

4 views

4 days ago

Ryan Peterman and CS50
Harvard Professor On Why You Should Learn C in 2026 | David Malan

This is a clip from a longer conversation with David Malan who is a Harvard professor known for turning CS50 into a popular ...

5:37
Harvard Professor On Why You Should Learn C in 2026 | David Malan

29,683 views

5 days ago

Freshkite
stack implementation using array in c..
13:22
stack implementation using array in c..

4 views

2 weeks ago

NYU Shanghai ICPC
C++ Stack, Queue & Deque | ICPC (Beginner)

Three containers that get their power from restriction, in this Beginner Division session of the NYU Shanghai ICPC Summer ...

1:27:45
C++ Stack, Queue & Deque | ICPC (Beginner)

35 views

2 weeks ago

Freshkite
implement stack using arrays in c...
8:49
implement stack using arrays in c...

5 views

4 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

13 days ago