ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

554 results

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

129 views

5d ago

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

23 views

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

8 views

6d ago

Sagar Stack
🔥 Day 1 – C Programming Zero to Hero | Introduction to C Programming | Complete Beginner Guide 🚀

... Coding for Beginners, C Programming Interview Preparation, C Programming Placement Preparation, Data Structures in C, C ...

17:27
🔥 Day 1 – C Programming Zero to Hero | Introduction to C Programming | Complete Beginner Guide 🚀

46 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

566 views

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

6d 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

6d 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

570 views

6d 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

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

70 views

18h 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

180 views

6d 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,127 views

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

33 views

4d 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,745 views

Streamed 4d ago

CppBuzz
Day#47 stack vs heap in c programming in hindi

In this video you will learn difference between Stack and Heap. Notes:- ...

39:42
Day#47 stack vs heap in c programming in hindi

15 views

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

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

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

51 views

3d ago

vlogommentary
Understanding constexpr and Memory Leaks in C: A Roman Numerals Example

Learn how constexpr affects memory allocation and resolves false memory leak warnings in C programs, exemplified through a ...

3:37
Understanding constexpr and Memory Leaks in C: A Roman Numerals Example

1 view

5d ago