ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

940 results

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)

5 views

2 weeks 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)

68 views

3 weeks 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:06:14
CS50x 2026 - Lecture 5 - Data Structures

20,785 views

2 weeks ago

Krystel Joy Campos
Stack- Campos, Krystel Joy C.

Stack.

17:52
Stack- Campos, Krystel Joy C.

3 views

4 weeks ago

BrainGrowAcademy
#Data #Structures #and #Algorithms #in #C - #Stack #and #Queue

Data #Structures #and #Algorithms #in #C.

1:20:14
#Data #Structures #and #Algorithms #in #C - #Stack #and #Queue

3 views

2 weeks ago

Muhammad Codes
Stack Data Structure in C++ (Push, Pop, Peek) | Linked List Implementation | Step by Step Code

In this video, we implement Stack using Linked List in C++ with clear diagrams, logic explanation, and complete source code.

17:39
Stack Data Structure in C++ (Push, Pop, Peek) | Linked List Implementation | Step by Step Code

55 views

4 weeks ago

Nebula§Creates
Stack In Data Structure l Data Structure  Stack

Stack In Data Structure l Data Structure Stack Your Queries - Stack in Data Structure c Stack In Data Structure python Stack In ...

5:27
Stack In Data Structure l Data Structure Stack

22 views

2 weeks ago

Chicago C++ User Group
Stack Tracing in C++

Chicago C/C++ User Group: https://www.meetup.com/chicago-c-cpp-users-group/ Join our discord: https://discord.gg/HVv7Jya37T ...

1:26:37
Stack Tracing in C++

33 views

9 days ago

AM Edufyra
Introduction of Dynamic stack in data structure

Dynamic Stack Implementation in C++ | Data Structures Explained In this video, we explore the Dynamic Stack in C++, a powerful ...

12:22
Introduction of Dynamic stack in data structure

0 views

8 days ago

nvlli
Does size matter?

Stack and heap allocation with malloc and free - size of memory allocation in the C programming language Discord: ...

1:51
Does size matter?

713 views

2 weeks ago

Easy Code - With Rajesh
Stack in Data Structures | Operations and C++ Code | DSA for Beginners

In this video, we will learn one of the most important concepts in Data Structures and Algorithms (DSA) — the Stack Data Structure ...

2:09
Stack in Data Structures | Operations and C++ Code | DSA for Beginners

2 views

4 weeks ago

bestcoder
stack implementation in c (using array)
12:26
stack implementation in c (using array)

6 views

11 days ago

Coding with Tamilarasan
Stack in C | Code Implementation of Infix to Postfix Conversion | Data Structures Tutorial - 20

In this video, we explain how to convert an infix expression to a postfix expression using a stack. Learn operator precedence ...

17:11
Stack in C | Code Implementation of Infix to Postfix Conversion | Data Structures Tutorial - 20

3 views

2 weeks ago

Erwin Satinitigan
Stack, Data Structure and Algorithm  - Satinitigan, E
32:29
Stack, Data Structure and Algorithm - Satinitigan, E

2 views

4 weeks ago

Unacademy Computer Science
REVISE ALL Concepts of C Programming & Data Structures through 25 Most Expected Questions

GATE Prep at flat 50% off and Double the Validity Free* ...

1:23:21
REVISE ALL Concepts of C Programming & Data Structures through 25 Most Expected Questions

676 views

Streamed 3 weeks ago

Pathshala IT Academy
Computer Instructor DSA Class | Complete Stacks, Queues and their operations Preparation for Exam

... Computer Instructor,Stacks and Queues,Stack data structure,Queue data structure,Stacks operations,Queues operations,DSA in ...

35:53
Computer Instructor DSA Class | Complete Stacks, Queues and their operations Preparation for Exam

804 views

Streamed 3 weeks ago

Engineer dude learning
IMPLEMENTATION OF STACK Using Array || DATA STRUCTURE || UNIT-2 Peek and Display operations

Peek void peek(){ if(top==-1){ printf("stack underflow\n"); } else{ printf("%d" , stack[top]); } } display void display(){ for(int i=top; ...

16:20
IMPLEMENTATION OF STACK Using Array || DATA STRUCTURE || UNIT-2 Peek and Display operations

120 views

4 days ago

Legal Codes
Previous Smaller Element Explained 🔥 | Monotonic Stack | DSA for Interviews

... Stack Pattern Questions ✓ GATE / Placement Preparation Topics Covered: - Previous Smaller Element - Stack data structure ...

14:52
Previous Smaller Element Explained 🔥 | Monotonic Stack | DSA for Interviews

21 views

8 days ago

Engineer dude learning
IMPLEMENTATION OF STACK Using Array || DATA STRUCTURE || UNIT-2 SATCK WITH EXAMPLES

Write header line #define MAX 5 int stack[MAX]; int top = -1; // empty void push(int value){ if(top==MAX-1){ printf("stack overflow\n") ...

30:39
IMPLEMENTATION OF STACK Using Array || DATA STRUCTURE || UNIT-2 SATCK WITH EXAMPLES

197 views

5 days ago

JavaScript Mastery
Full Stack Engineering Course | Build and Deploy a Full Stack PERN Admin Dashboard in 2026

Master the PERN stack in this comprehensive guide, starting with a theoretical crash course on PostgreSQL, Express, React, and ...

7:53:22
Full Stack Engineering Course | Build and Deploy a Full Stack PERN Admin Dashboard in 2026

97,331 views

6 days ago