ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

668 results

CodeWithPritom
Stack Data Structure Explained: Core Operations & Use Cases

SUMMARY: In this concise 4‑minute guide, we break down the stack data structure—its LIFO nature, core operations (push, pop, ...

4:05
Stack Data Structure Explained: Core Operations & Use Cases

19 views

1d ago

Rushikesh Pareshkumar Nayak
Stack Data Structure in C++ | LIFO, Push, Pop, Peek, Overflow & Underflow

In this video, I explain the Stack Data Structure and how it works using the LIFO (Last In, First Out) principle. I explain the concepts ...

17:06
Stack Data Structure in C++ | LIFO, Push, Pop, Peek, Overflow & Underflow

4 views

6d ago

Carlos Delgado - Computación
Data Structures PUJ 2026-II C12-6 Parentheses Validator: test cases and empty stack

Data Structures Pontifical Javeriana University, Cali Campus Semester 2026-II In this class: Parentheses Validator: Test ...

14:37
Data Structures PUJ 2026-II C12-6 Parentheses Validator: test cases and empty stack

10 views

5d ago

Donnys
Stacks in C++ from Scratch: Stack, LIFO, push and pop explained simply

A stack in C++ is a LIFO (Last In, First Out) data structure: the last element added is the first one removed. In this video ...

12:51
Stacks in C++ from Scratch: Stack, LIFO, push and pop explained simply

31 views

7h ago

LearningLad
C Program Memory Layout Explained | Stack, Heap, Data, BSS & Stack Frames

Learn how a C program is organized in memory when it runs and understand what happens in memory when one function calls ...

13:58
C Program Memory Layout Explained | Stack, Heap, Data, BSS & Stack Frames

452 views

2d ago

Gate Logic
GATE 2024 Stack PYQ | Two Stacks & Output Sequence | Step by Step Solution

In this video, we solve a GATE 2024 Data Structures PYQ based on two stacks and output sequence generation. We will ...

11:29
GATE 2024 Stack PYQ | Two Stacks & Output Sequence | Step by Step Solution

124 views

4d ago

TomJNET
Stack vs Heap: Where Does Your Data Actually Live?

Episode 3 of the Memory Lab of Inside the CPU. Every variable of a C++ program lives in one of three regions: the stack, the heap ...

9:47
Stack vs Heap: Where Does Your Data Actually Live?

7 views

5d ago

All At CS&IT
Lecture 34 Polish Notation in Data Structures | Infix vs Prefix vs Postfix | Stack | DSA

Lecture 34 Polish Notation in Data Structures | Infix vs Prefix vs Postfix | Stack | DSA | For Placements & Competitive Exams Learn ...

3:14
Lecture 34 Polish Notation in Data Structures | Infix vs Prefix vs Postfix | Stack | DSA

5 views

5d ago

PRANAV SINGH
Stacks, Queues and Binary Search Trees in C++ — Built From Scratch, No STL

Three data structures implemented from scratch in C++ with no STL containers: an array based stack, an array based circular ...

24:43
Stacks, Queues and Binary Search Trees in C++ — Built From Scratch, No STL

3 views

6d ago

Carlos Delgado - Computación
PUJ Data Structures 2026-II C12-3 Stack and Queue Operations: Comparison and Validations

Data Structures Pontifical Javeriana University, Cali Campus Semester 2026-II In this class: Stack and Queue Operations ...

17:46
PUJ Data Structures 2026-II C12-3 Stack and Queue Operations: Comparison and Validations

20 views

5d ago

RisingBrain
Cycle Detection in Directed Graph | DFS | Recursion Stack | Python, Java & C++

Cycle Detection in Directed Graph is an important graph problem based on DFS (Depth First Search) and the recursion stack.

22:13
Cycle Detection in Directed Graph | DFS | Recursion Stack | Python, Java & C++

1,043 views

3d ago

Gate Logic
GATE 2025 Stack PYQ | O(1) MIN Operation | Detailed Implementation | Step by Step Solution

In this video, we solve a GATE 2025 Stack PYQ based on implementing an O(1) MIN operation in a Stack. We will understand ...

41:44
GATE 2025 Stack PYQ | O(1) MIN Operation | Detailed Implementation | Step by Step Solution

178 views

5d ago

VedIQ Classes
Stack Implementation Using Linked List | Push & Pop with Code | DSA in Kannada | Lecture 45

Lecture 45: Stack Implementation Using Linked List | Push & Pop Operations | Dynamic Size Data Structures & Algorithms ...

18:24
Stack Implementation Using Linked List | Push & Pop with Code | DSA in Kannada | Lecture 45

31 views

3d ago

Harshit Bhai - The HackerxGuy
Complete Data Structures and Algorithm in 4 mins with animations | beginner to advanced concepts

Learn Data Structures and Algorithms in just 4 minutes — with animations! This video is a quick visual roadmap of DSA ...

3:51
Complete Data Structures and Algorithm in 4 mins with animations | beginner to advanced concepts

565 views

5d ago

Gate Logic
GATE 2023 Stack & Queue PYQ | Stack & Queue Operations | Step by Step Solution

In this video, we solve a GATE 2023 Data Structures PYQ based on Stack and Queue Operations. The question involves performing ...

6:13
GATE 2023 Stack & Queue PYQ | Stack & Queue Operations | Step by Step Solution

46 views

4d ago

Gate Logic
GATE 2021 Stack & Queue PYQ | Standard Operations | Step by Step Solution

In this video, we solve a GATE 2021 Stack & Queue PYQ based on standard Stack and Queue operations. We will understand the ...

3:04
GATE 2021 Stack & Queue PYQ | Standard Operations | Step by Step Solution

37 views

2d ago

Version Zero
Day #100 | DSA & LeetCode Journey | Stacks | Live Coding Session

Day: #100 Problems Attempted Today: Problems revisited today: Current Focus: Data Structures & Algorithms Problem Solving ...

5:14:31
Day #100 | DSA & LeetCode Journey | Stacks | Live Coding Session

1,744 views

Streamed 4d ago

_ap_square_
Valid Parentheses in C++ Using Stack  LeetCode 20 Explained

Learn how to solve the Valid Parentheses problem in C++ using a stack. In this video, we check whether: ✓ Every opening ...

4:51
Valid Parentheses in C++ Using Stack LeetCode 20 Explained

1 view

12h ago

vlogommentary
Properly Allocating Complex Data Structures Using Typed Pointers in C

Learn how to correctly allocate memory for complex data structures in C by passing properly typed pointers to initialization ...

2:58
Properly Allocating Complex Data Structures Using Typed Pointers in C

1 view

5d ago

VedIQ Classes
Stack Implementation Using Array | Push & Pop with Code | DSA in Kannada | Lecture 44

Lecture 44: Stack Implementation Using Array | Push & Pop Operations | Full C Code Data Structures & Algorithms – Basics to ...

24:28
Stack Implementation Using Array | Push & Pop with Code | DSA in Kannada | Lecture 44

35 views

5d ago