ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

14,470 results

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

1 day 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

1 day ago

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

6 views

1 day ago

CS50
CS50x 2026 - Lecture 5 - Data Structures

This is CS50, Harvard University's introduction to the intellectual enterprises of computer science and the art of programming.

2:03:50
CS50x 2026 - Lecture 5 - Data Structures

111,446 views

6 months ago

Nikhil Lohia
Coding Interview Patterns - Stacks | Monotonic Stacks | 8 different problems in a single video

... 00:46 - Stack Data Structure 01:42 - Valid Parentheses 05:01 - Min Stack 08:39 - Implement Queue using Stacks 11:38 - Basic ...

32:42
Coding Interview Patterns - Stacks | Monotonic Stacks | 8 different problems in a single video

12,534 views

11 months 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

1 day 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

3 weeks ago

Arashtad
Building a Stack and Queue (a C Project)

... Build both stack and queue data structures in C from scratch. Learn implementation details, memory management, and practical ...

12:09
Building a Stack and Queue (a C Project)

11 views

6 months ago

AI Era
Data Structures 101: How to Build a Stack in C (Complete Tutorial)

In this video, we dive deep into the Stack Data Structure! Whether you are a computer science student or preparing for coding ...

22:24
Data Structures 101: How to Build a Stack in C (Complete Tutorial)

73 views

6 months ago

Codegiz — Built by Claude AI
C in 100 Seconds: Stack — Push, Pop, Peek | Episode 46

A stack is last in first out. Push adds to the top, pop removes from the top, peek looks without removing. Build one with an array ...

4:37
C in 100 Seconds: Stack — Push, Pop, Peek | Episode 46

14 views

3 months ago

freeCodeCamp.org and AlgoMonster
Data Structure and Algorithm Patterns for LeetCode Interviews – Tutorial

This is a comprehensive course on data structures and algorithms. @algo.monster will break down the most essential data ...

1:15:03
Data Structure and Algorithm Patterns for LeetCode Interviews – Tutorial

760,902 views

11 months ago

BashToBits
Learning C: Advanced Pointers, Stack Data Structure
57:00
Learning C: Advanced Pointers, Stack Data Structure

5 views

Streamed 11 months ago

Learn with Lakshmi
C program to evaluate prefix expression in data structures #stack #data structures #prefix #C #DS
0:14
C program to evaluate prefix expression in data structures #stack #data structures #prefix #C #DS

11 views

2 months ago

Codist and Programio
Every Data Structure Simply Explained in 25 Minutes!

Try InsForge for free: https://insforge.dev InsForge Github : https://github.com/InsForge/InsForge Learn Every Type of API ...

28:21
Every Data Structure Simply Explained in 25 Minutes!

253,365 views

3 months ago

Shree Engineering Classes | Learn Programming
Stack Data Structure Full Explanation in C | Push Pop | DS Complete Tutorial 💯

Learn Stack Data Structure from scratch with complete explanation, push and pop operations, algorithms, dry run, and real-life ...

5:11
Stack Data Structure Full Explanation in C | Push Pop | DS Complete Tutorial 💯

21 views

2 months ago

Coding with Tamilarasan
Stack Data Structure – Introduction | Data Structures Tutorial -15

In this video, we introduce the Stack data structure, one of the most fundamental concepts in Data Structures. You'll learn how a ...

5:40
Stack Data Structure – Introduction | Data Structures Tutorial -15

1,207 views

6 months ago

Dinesh Baratam
Stacks in DSA | Complete Beginner’s Guide

Welcome back to our DSA Learning Series! In this video, we'll cover Stacks, one of the most fundamental and widely used data ...

6:03
Stacks in DSA | Complete Beginner’s Guide

71 views

10 months ago

GATE CSE Videos
Coding of STACK data structure in C using structure

This video provides a detailed tutorial on the Stack Abstract Data Type (ADT) and its implementation in C using structures.

41:08
Coding of STACK data structure in C using structure

87 views

8 months ago

ByteCodeTechnicalSolns
Master Stack - Data Structures

bytecodetechnicalsolns299 This Video Explains about Introduction to Stack, definition of stack, Operations of the Stack and also ...

49:36
Master Stack - Data Structures

1,707 views

9 months 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

1 day ago