Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
491 results
SUMMARY: In this concise 4‑minute guide, we break down the stack data structure—its LIFO nature, core operations (push, pop, ...
23 views
2d ago
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 ...
8 views
6d ago
Learn how a C program is organized in memory when it runs and understand what happens in memory when one function calls ...
566 views
In this video, we solve a GATE 2024 Data Structures PYQ based on two stacks and output sequence generation. We will ...
129 views
5d ago
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 ...
7 views
Lecture 34 Polish Notation in Data Structures | Infix vs Prefix vs Postfix | Stack | DSA | For Placements & Competitive Exams Learn ...
5 views
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 ...
70 views
18h ago
Three data structures implemented from scratch in C++ with no STL containers: an array based stack, an array based circular ...
3 views
Cycle Detection in Directed Graph is an important graph problem based on DFS (Depth First Search) and the recursion stack.
1,127 views
4d ago
In this video, we solve a GATE 2025 Stack PYQ based on implementing an O(1) MIN operation in a Stack. We will understand ...
180 views
Lecture 45: Stack Implementation Using Linked List | Push & Pop Operations | Dynamic Size Data Structures & Algorithms ...
33 views
In this video, we solve a GATE 2021 Stack & Queue PYQ based on standard Stack and Queue operations. We will understand the ...
51 views
3d ago
Learn Data Structures and Algorithms in just 4 minutes — with animations! This video is a quick visual roadmap of DSA ...
570 views
In this video, we solve a GATE 2023 Data Structures PYQ based on Stack and Queue Operations. The question involves performing ...
46 views
... Coding for Beginners, C Programming Interview Preparation, C Programming Placement Preparation, Data Structures in C, C ...
17 views
7h ago
Day: #100 Problems Attempted Today: Problems revisited today: Current Focus: Data Structures & Algorithms Problem Solving ...
1,745 views
Streamed 4d ago
Learn how to solve the Valid Parentheses problem in C++ using a stack. In this video, we check whether: ✓ Every opening ...
1 view
23h ago
... to Data Structures DSA Placement Preparation Data Structures Using C Data Structures in C++ Arrays Linked List Stack Queue ...
104 views
Lecture 44: Stack Implementation Using Array | Push & Pop Operations | Full C Code Data Structures & Algorithms – Basics to ...
35 views
In this video you will learn difference between Stack and Heap. Notes:- ...
15 views