ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

259 results

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

7 days ago

SonuTheCode
Stack Data Structure in 60 Seconds 🔥 | Push, Pop, Top Explained #datastructures #programmingtips

This short shows how Stack works internally using simple diagram & logic. Watch full video with complete explanation, code ...

1:22
Stack Data Structure in 60 Seconds 🔥 | Push, Pop, Top Explained #datastructures #programmingtips

62 views

6 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

96,425 views

6 days ago

tangent_veil
C++ | STL | Queue | Stack | Map | Practice Problems

Thank you for Watching!

15:17
C++ | STL | Queue | Stack | Map | Practice Problems

4 views

7 days ago

nikkiinit
Stacks in Computer Programming

Learn one of the most essential data structures in computer programming: "the Stack". Whether you're learning Python, Java, C++, ...

30:47
Stacks in Computer Programming

18 views

23 hours ago

Coder MCA wallah
12  Introduction to Stacks

Is playlist me aap Data Structures and Algorithms (DSA) using C Language ko bilkul basic level se lekar advanced level tak detail ...

6:50
12 Introduction to Stacks

0 views

4 days 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

Arduino under the Hood
C Programming Essentials for Embedded Systems: Types, Pointers, Data Structures, and Function Calls

Links: Exercises: 1. String Concatenation: ...

34:09
C Programming Essentials for Embedded Systems: Types, Pointers, Data Structures, and Function Calls

9 views

3 days ago

notesforyou
C++ program to show how to handle overflow and underflow situation in stack. #datastructure #c++
0:16
C++ program to show how to handle overflow and underflow situation in stack. #datastructure #c++

82 views

6 days ago

notesforyou
C++ program to calculate factorial of numbers using stack. #datastructure #c++ #notes
0:16
C++ program to calculate factorial of numbers using stack. #datastructure #c++ #notes

144 views

6 days ago

Hacktrickz
4.3 : Abstract Data Types (ADT) in DSA [Abdul Bari] DSA Course

In this lecture, we explore Abstract Data Types (ADT), which are the foundation of all data structures. Learn how ADTs define ...

14:31
4.3 : Abstract Data Types (ADT) in DSA [Abdul Bari] DSA Course

3 views

7 days ago

Tech Strong With Shobhit
EPISODE 11: Inside a Program’s Memory Layout | Text • Data • BSS • Heap • Stack

Ever wondered where your code actually lives in memory after you run a program? In this episode, we break down the REAL ...

7:45
EPISODE 11: Inside a Program’s Memory Layout | Text • Data • BSS • Heap • Stack

21 views

18 hours ago

Coder MCA wallah
13  Top of the stack

Is playlist me aap Data Structures and Algorithms (DSA) using C Language ko bilkul basic level se lekar advanced level tak detail ...

5:49
13 Top of the stack

0 views

4 days ago

DailyTechByteHub
Stack in C++ | Array Implementation Tutorial [Nepali]

In this video, you will learn how to implement a Stack in C++ using a fixed-size array with clear Nepali explanation. This tutorial ...

13:33
Stack in C++ | Array Implementation Tutorial [Nepali]

21 views

5 days ago

AS TECHNIC
Data Structure Using C | INTRODUCTION | UNIT - 1 | LEC - 1 | CSE/IT 2026 - 27 LATEST | #astechnic

इस वीडियो में DATA STRUCTURE USING C के Unit–1: Introduction to Data Structures को आसान और ...

51:33
Data Structure Using C | INTRODUCTION | UNIT - 1 | LEC - 1 | CSE/IT 2026 - 27 LATEST | #astechnic

262 views

Streamed 7 days ago

Codotaku
How to make an array based queue data structure in C

How to make an array based queue data structure in C + Raylib visualization at the end! In computer science, a queue is an ...

24:49
How to make an array based queue data structure in C

134 views

1 day ago

MOHAMMAD RIZWAN
STACK IN DATA STRUCTURE THEORY AND ALGORITHMS EXAMPLES

STACK IN DATA STRUCTURE THEORY AND ALGORITHMS EXAMPLES mohammad RIZWAN 8676 follow instragram ID ...

13:40
STACK IN DATA STRUCTURE THEORY AND ALGORITHMS EXAMPLES

8 views

4 days ago

Coder MCA wallah
22  Balanced Paranthesis checking using stack in c

Is playlist me aap Data Structures and Algorithms (DSA) using C Language ko bilkul basic level se lekar advanced level tak detail ...

8:34
22 Balanced Paranthesis checking using stack in c

0 views

4 days ago

GATE Wallah - EE, EC, CS & IN
Data Structure One Shot | Maha Revision | CS & IT | Mission GATE 2026

Session By Abhishek Sir Revise the complete Data Structure syllabus with this One Shot Maha Revision session for CS & IT ...

7:04:17
Data Structure One Shot | Maha Revision | CS & IT | Mission GATE 2026

3,982 views

Streamed 4 hours ago