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
554 results
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
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
... Coding for Beginners, C Programming Interview Preparation, C Programming Placement Preparation, Data Structures in C, C ...
46 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 ...
566 views
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
Learn Data Structures and Algorithms in just 4 minutes — with animations! This video is a quick visual roadmap of DSA ...
570 views
Three data structures implemented from scratch in C++ with no STL containers: an array based stack, an array based circular ...
3 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
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
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
Lecture 45: Stack Implementation Using Linked List | Push & Pop Operations | Dynamic Size Data Structures & Algorithms ...
33 views
Day: #100 Problems Attempted Today: Problems revisited today: Current Focus: Data Structures & Algorithms Problem Solving ...
1,745 views
Streamed 4d ago
In this video you will learn difference between Stack and Heap. Notes:- ...
15 views
In this video, we solve a GATE 2023 Data Structures PYQ based on Stack and Queue Operations. The question involves performing ...
Learn how to correctly allocate memory for complex data structures in C by passing properly typed pointers to initialization ...
1 view
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 how constexpr affects memory allocation and resolves false memory leak warnings in C programs, exemplified through a ...