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
478 results
When to reach for heaps priority queues — and when not to. The design tradeoffs, side by side. We compare heaps priority ...
0 views
11 hours ago
A tight recap of heaps priority queues: the mental model, the operations, and the costs — everything worth keeping. The essential ...
In this video, we explore the concept of Descending Priority Queue in Data Structures. A Descending Priority Queue is a special ...
12 views
1 month ago
The Heaps Priority Queues abstract data type: describing the structure by what it promises, not how it's built. We separate the ...
In this video, we'll solve the classic Minimum Cost of Ropes problem using the Greedy Algorithm and Priority Queue (Min Heap).
13 views
Heapification | Under Two Minutes #16 One of the most fundamental concepts behind heaps, ...
9 views
3 weeks ago
LeetCode 1642 - Furthest Building You Can Reach In this video, we solve LeetCode Problem 1642 step by step. Instead of ...
3 views
1 day ago
https://algo.monster/problems/k_closest_points Interactive visualizer Heaps come in handy for problems where we need to ...
2,091 views
4 days ago
PriorityQueue #BinaryHeap #Java #DataStructures #SystemDesign #CodingInterview #SDE3 #Heap #DSA #FootgunCode ...
15 views
2 weeks ago
A heap looks like three intimidating things at once — a tree, an array, and two cryptic operations. It's really one picture: a knockout ...
In this lecture, we explore Heap & Priority Queue, two essential data structures widely used in competitive programming, coding ...
7 views
Heaps & Priority Queues — Always Find the Most Important Item Chapter 16 of 33 in Data Structures & Algorithms — The ...
2 views
In Part 9 of our DSA Series, we cover Heaps - the data structure that powers priority-based systems like hospital triage, OS ...
11 views
In this video, we explore the concept of Ascending Priority Queue in Data Structures. An Ascending Priority Queue is a special ...
34 views
Looking to master the Heap Data Structure for coding interviews and LeetCode challenges? In this comprehensive tutorial, you'll ...
6 views
DESIGN AND ANALYSIS OF ALGORITHMS (DAA) – UNIT 2 | Greedy Algorithms & Backtracking | Complete CS8451 Course ...
8 days ago
In this video, we solve LeetCode 1046 - Last Stone Weight using the Heap (Priority Queue) data structure in Java. You'll learn: ...
32 views
Last video, binary search trees kept everything sorted. But often you don't need the whole order — you just need the champion: ...
... Priority Queue in Data Structures, including its two important types: Ascending Priority Queue and Descending Priority Queue.
10 views
In this video, I solve the InterviewBit problem "Merge K Sorted Arrays" using C++. This problem is a classic application of the Min ...
12 days ago