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
668 results
SUMMARY: In this concise 4‑minute guide, we break down the stack data structure—its LIFO nature, core operations (push, pop, ...
19 views
1d 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 ...
4 views
6d ago
Data Structures Pontifical Javeriana University, Cali Campus Semester 2026-II In this class: Parentheses Validator: Test ...
10 views
5d ago
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 ...
31 views
7h ago
Learn how a C program is organized in memory when it runs and understand what happens in memory when one function calls ...
452 views
2d ago
In this video, we solve a GATE 2024 Data Structures PYQ based on two stacks and output sequence generation. We will ...
124 views
4d 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
Three data structures implemented from scratch in C++ with no STL containers: an array based stack, an array based circular ...
3 views
Data Structures Pontifical Javeriana University, Cali Campus Semester 2026-II In this class: Stack and Queue Operations ...
20 views
Cycle Detection in Directed Graph is an important graph problem based on DFS (Depth First Search) and the recursion stack.
1,043 views
3d 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 ...
178 views
Lecture 45: Stack Implementation Using Linked List | Push & Pop Operations | Dynamic Size Data Structures & Algorithms ...
Learn Data Structures and Algorithms in just 4 minutes — with animations! This video is a quick visual roadmap of DSA ...
565 views
In this video, we solve a GATE 2023 Data Structures PYQ based on Stack and Queue Operations. The question involves performing ...
46 views
In this video, we solve a GATE 2021 Stack & Queue PYQ based on standard Stack and Queue operations. We will understand the ...
37 views
Day: #100 Problems Attempted Today: Problems revisited today: Current Focus: Data Structures & Algorithms Problem Solving ...
1,744 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
12h ago
Learn how to correctly allocate memory for complex data structures in C by passing properly typed pointers to initialization ...
Lecture 44: Stack Implementation Using Array | Push & Pop Operations | Full C Code Data Structures & Algorithms – Basics to ...
35 views