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
6,972 results
#Stack #DataStructures #UrduHindi Welcome to Lecture 12 of the Data Structures & Algorithms (CS-203) course in Urdu/Hindi. In ...
4 views
12 days ago
datastructures #Stack #push #pop #timecomplexity #psudocode.
36 views
13 days ago
Build an intuitive mental model of core data structures and algorithms using relatable, real-world analogies. Topics range from ...
98,439 views
6 days ago
Stack Operations Stack operations are actions performed on a stack data structure that follows the LIFO (Last In, First Out) ...
18 views
16 hours ago
Want to master the Stack Data Structure for coding interviews and placements? In this video, you'll learn the Stack data structure ...
55 views
1 month ago
Stack Data Structure Explained | Push & Pop Operations with Python In this video, we learn the Stack Data Structure in a simple ...
23 views
11 days ago
Stack Data Structure** In this video, we will learn the basics of **Stack, TOP, and LIFO (Last In, First Out)** with simple examples.
7 views
2 weeks ago
STACK — VISUALIZED IN CINEMATIC 3D! What if you could actually SEE how a Stack works? This high-quality cinematic 3D ...
33 views
A plain, precise definition of stacks — and the one idea everything else follows from. We define it exactly, picture it, and pull out ...
3 views
4 weeks ago
Stacks finally make sense. Learn the stack data structure from first principles: why only the top is accessible, how LIFO works, and ...
2 views
How stacks actually live in memory — the byte-level layout behind the abstraction. We map the abstract picture onto real ...
Stack Data Structure Explained in 3D! (LIFO Concept) Stack Data Structure explained with a real-life plate example! Learn ...
5 views
2 days ago
Learn Stack in Data Structures using C++ in a simple and practical way. In this video, we understand LIFO, PUSH, POP, and TOP ...
1,384 views
10 days ago
The cost of every stack operation in one place — big-O, and the traps that bite in practice. We build the complexity table from the ...
1 view
Before the how, the why: what problem stacks solve, and what it costs you to get them wrong. We start from a concrete problem, ...
BTech Engineering DataStructure #LinkedList #BTech #Engineering #DSA #ComputerScience #EngiForgeEr topics covers ...
27 views
3 weeks ago
Wasn't made for YouTube but instead for my programming class. Thought I could still upload it in case it could help anyone out.
6 views
7 days ago
Stack Data Structure — Last In First Out Explained Simply! In this video, we break down the Stack data structure from scratch ...
When to reach for stacks — and when not to. The design tradeoffs, side by side. We compare stacks against the alternatives so ...
The bugs people actually hit with stacks — shown, explained, and fixed. A gallery of real mistakes: what they look like, why they ...