ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,029 results

Pathshala IT Academy
Computer Anudeshak One Shot | Stack Data Structure in Hindi | DSA Complete by Deppraj Sir

Computer Anudeshak Exam 2026 की तैयारी कर रहे छात्रों के लिए यह वीडियो बहुत खास ...

9:04:07
Computer Anudeshak One Shot | Stack Data Structure in Hindi | DSA Complete by Deppraj Sir

2,867 views

2 weeks ago

RisingBrain
Master Stack  Patterns | DSA for Interviews

Stacks are about understanding patterns. In this video, I explain the Stack Data Structure in a pattern-based way, exactly how ...

20:45
Master Stack Patterns | DSA for Interviews

2,556 views

3 weeks ago

Express VTU 4 All
VTU DSA Module 2 | Multiple Stacks and Queues | Sequential & Linked Representation | BCS304

Welcome to Express VTU 4 All In this video, we discuss one of the most important and repeatedly asked questions from ...

6:14
VTU DSA Module 2 | Multiple Stacks and Queues | Sequential & Linked Representation | BCS304

2,575 views

4 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

34 views

3 weeks ago

dr Jonas Birch
Coding a Virtual Machine from scratch in C

In this extremely exciting new project we will be coding our own Virtual Machine. That means creating our own virtual CPU with ...

6:24:43
Coding a Virtual Machine from scratch in C

5,483 views

1 day ago

alcode
Python dev attempting to understand pointers for 23 minutes straight

I finally attempt to learn about memory management in C++. I cover the use of pointers, references, stack vs. heap memory, and ...

22:48
Python dev attempting to understand pointers for 23 minutes straight

1,181 views

3 weeks ago

CSCodeHub
How C Manages Memory! (pointers, heap, stack ) | Malloc, Realloc, Free

In this video we break down how memory management works in C programming, including both stack and heap memory, and ...

17:21
How C Manages Memory! (pointers, heap, stack ) | Malloc, Realloc, Free

40 views

2 weeks ago

Badr Fekry
Data Structure with C++ - #6 Stack implementation from scratch using array

We start with the basics: What are data structures and why do they matter? From there, we dive into one of the most important ...

8:19
Data Structure with C++ - #6 Stack implementation from scratch using array

5 views

2 weeks ago

Afnan Marquee
DSA MODULE 1 SUPER IMPORTANT QUESTIONS 💯🤩|BCS304 MODEL PAPER SOLUTION PASSING PACKAGE 22 Scheme #vtu

DSA MODULE 1 SUPER IMPORTANT QUESTIONS |BCS304 MODEL PAPER SOLUTION PASSING PACKAGE 22 Scheme ...

1:00:32
DSA MODULE 1 SUPER IMPORTANT QUESTIONS 💯🤩|BCS304 MODEL PAPER SOLUTION PASSING PACKAGE 22 Scheme #vtu

28,685 views

6 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

1 view

1 month ago

Badr Fekry
Data Structure with C++ - #5 What is Stack؟

We start with the basics: What are data structures and why do they matter? From there, we dive into one of the most important ...

8:52
Data Structure with C++ - #5 What is Stack؟

13 views

2 weeks ago

GATE Wallah - EE, EC, CS & IN
Data Structure | Most Asked Questions | CS & IT | GATE 2026 Maha Abhyas

Session By Abhishek Sharma Sir Boost your GATE 2026 preparation with this focused Data Structure session covering the most ...

2:29:09
Data Structure | Most Asked Questions | CS & IT | GATE 2026 Maha Abhyas

8,285 views

Streamed 3 weeks ago

Badr Fekry
Data Structure with C++ - #7 Stack code

We start with the basics: What are data structures and why do they matter? From there, we dive into one of the most important ...

10:00
Data Structure with C++ - #7 Stack code

3 views

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

552 views

4 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

286 views

4 weeks ago

Subedara
Csh: A Stack Based Programming Language

Day 6 of learning C to make Terminal RPG, where you will see my side-project, Csh. It is pronounced as Cash.

3:11
Csh: A Stack Based Programming Language

72 views

2 weeks ago

Hacktrickz
4.1 : Stack vs Heap Memory in DSA [Abdul Bari] DSA Course

In this lecture, we explain the fundamental differences between Stack and Heap memory, which are crucial for understanding how ...

22:08
4.1 : Stack vs Heap Memory in DSA [Abdul Bari] DSA Course

45 views

1 month ago

VNR Digital Learning Resource
Stack Data Structure by Dr. PV Siva Kumar

Stack Data Structure by Dr. PV Siva Kumar VNR VIGNANA JYOTHI INSTITUTE OF ENGINEERING AND TECHNOLOGY EAPCET ...

18:54
Stack Data Structure by Dr. PV Siva Kumar

56 views

10 days ago

Life Coding Hub
Stack Data Structure in C | स्टैक क्या है? | Push Pop Operation | Numerical Problems |

Welcome to Life Coding Hub Stack ek Linear Data Structure hai jo LIFO (Last In First Out) principle par kaam karta hai.

24:20
Stack Data Structure in C | स्टैक क्या है? | Push Pop Operation | Numerical Problems |

16 views

13 days ago

Muggle Monk
DSA - stacks
28:11
DSA - stacks

0 views

Streamed 12 days ago