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
340 results
Learn stack basics in data structures: what it is, operations (push, pop, peek), and array implementation in C. Perfect for beginners ...
21 views
5 days ago
Build an intuitive mental model of core data structures and algorithms using relatable, real-world analogies. Topics range from ...
93,356 views
The same depth-first walk with an explicit stack instead of recursion — including the two things recursion was quietly doing for you ...
0 views
The cost of sorting and searching, operation by operation — big-O, and the traps that bite in practice. We build the complexity ...
1 view
Depth-first search plunges down one path until it dead-ends, then backs up: the cave, not the pond. We predict the discovery order ...
How sorting and searching actually live in memory — the byte-level layout behind the abstraction. We map the abstract picture ...
Learn Data Structures and Algorithms using C from the foundations to interview-level problem solving. In Session 1 of The Talent ...
7 views
6 days ago
How graph traversal actually lives in memory — the byte-level layout behind the abstraction. We map the abstract picture onto real ...
Stack vs heap: every program you run splits its memory into two regions with opposite rules — one cleans itself for free, the other ...
377 views
3 days ago
Postorder traversal — without recursion — using just two stacks. Watch the iterative trick that outputs Left → Right → Root every ...
30 views
In this video, we solve **LeetCode 155 – Min Stack** and understand how to implement a stack that supports `push()`, `pop()`, ...
11 views
2 days ago
Join Gaurav and Swati as they explain the stack data structure, focusing on its Last-In-First-Out (LIFO) principle, operations like ...
4 days ago
Learn the Structure of C Programming from the basics in this easy-to-understand Telugu tutorial. In this video, you'll learn the ...
28 views
Practice with tries: work the problems yourself, then check the worked solutions. Hands-on exercises to turn understanding into ...
6 views
DSA (17) - Valid Parentheses Explained | Stack | LeetCode 20 In this video, you'll learn how to solve **Valid Parentheses ...
20 views
Data Structure using C++.
115 views
All twelve data structures, drawn and explained — array, dynamic array, linked list, stack, queue, hash map, hash set, tree, binary ...
13 views
10 hours ago
Preparing for the IOCL Graduate Engineer (GE) Recruitment 2026? In this session, we dive deep into the most expected ...
282 views
Learn Linear and Non-Linear Data Structures in DSA with simple explanations, examples, and key differences. In this video, we ...
#ExpressionEvaluation #Stack #UrduHindi Welcome to Lecture 15 of the Data Structures & Algorithms (CS-203) course in Urdu ...