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
81 results
Priority Queue Introduction Priority queue is a data structure in which each element is assigned a priority Priority determines the ...
58 views
6 days ago
Array Implementation of Priority Queue Array implementation of priority queue maintains separate queue for each priority number ...
42 views
1 day ago
21 views
4 days ago
Learn Breadth First Search (BFS) with a clean step-by-step animation! This short visualizes how BFS works using a queue, ...
277 views
1,942 views
23 hours ago
How emergency rooms decide who gets treated first? They use a Binary Max Heap. Patients aren't sorted by arrival time, but by ...
0 views
865. Smallest Subtree with All the Deepest Nodes | LeetCode Solution (Java / C++ / Python / JS) In this video, we solve the ...
9 hours ago
Priority Queue is NOT just another Queue ✓ It is the secret behind high performance algorithms like Dijkstra and Huffman Coding ...
49 views
7 days ago
85 views
3 days ago
I implement a min heap in Jai to use as a priority queue in pathfinding algorithms in a game.
23 views
Master Heaps and Priority Queues in C++! Learn how binary heaps work, implement heap operations, and use C++ STL's ...
In this video we will cover 2 famous interview problems involving intervals, Meeting Rooms & Meeting Rooms 2 ...
35 views
Function this starts priority queue. Schedule. Takes no parameter schedules the given task at head of the run Q so if run is empty ...
7 views
This video covers DSA Unit–2: Queues and Linked Lists with complete chapter explanation and application-based learning, ...
331 views
Explore the intricate world of Elevator System Design, where high-level software engineering meets physical urban infrastructure.
2 days ago
good problem binary search + topo sort + priority queue for grind today we got a new counting method = enumerating 2 extreme ...
... Priority Queue really is ✓ Why Heap is the best data structure for Priority Queue ✓ How a Complete Binary Tree is stored inside ...
41 views
In this video, I show how ONE heap logic solves 4 different interview problems No extra tricks. No new code. Just heap type + ...
What is the difference between a stack and a queue? How are they implemented using arrays or linked lists? A stack is a linear ...
5 days ago