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
477 results
In this video, we explore the concept of Descending Priority Queue in Data Structures. A Descending Priority Queue is a special ...
12 views
4 weeks ago
In this video, we'll solve the classic Minimum Cost of Ropes problem using the Greedy Algorithm and Priority Queue (Min Heap).
13 views
https://algo.monster/problems/k_closest_points Interactive visualizer Heaps come in handy for problems where we need to ...
1,976 views
3 days ago
Heapification | Under Two Minutes #16 One of the most fundamental concepts behind heaps, ...
9 views
3 weeks ago
Last video, binary search trees kept everything sorted. But often you don't need the whole order — you just need the champion: ...
0 views
13 days ago
Super helpful resources: https://nikoo28.github.io/all-my-links/ Chapters: 00:00 - Intro 01:03 - Hashmaps 03:11 - Priority Queue ...
5,376 views
11 days 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 ...
11 views
In this beginner-friendly video, you'll learn: ✓ What is Heap? ✓ Why Heap is called a Tree-Based Data Structure ✓ Min Heap ...
6 views
1 month ago
Looking to master the Heap Data Structure for coding interviews and LeetCode challenges? In this comprehensive tutorial, you'll ...
A **heap** is a specialized tree‑based data structure that allows fast access to the highest or lowest priority element, making it ...
28 views
9 days ago
Heaps & Priority Queues — Always Find the Most Important Item Chapter 16 of 33 in Data Structures & Algorithms — The ...
2 views
2 weeks ago
https://www.bioelectricbase.com/ CHAPTERS 0:00 Built To Let You Do Less 0:58 The Itch You Cannot Scratch 2:00 They Are Not ...
In this video, I solve the InterviewBit problem "Profit Maximisation" using C++. This problem is based on Heaps and Greedy ...
32 views
... Priority Queue in Data Structures, including its two important types: Ascending Priority Queue and Descending Priority Queue.
10 views
In this lecture, we explore Heap & Priority Queue, two essential data structures widely used in competitive programming, coding ...
7 views
In Part 9 of our DSA Series, we cover Heaps - the data structure that powers priority-based systems like hospital triage, OS ...
In this video, we explore the concept of Ascending Priority Queue in Data Structures. An Ascending Priority Queue is a special ...
34 views
In this video, we break down the Queue data structure - one of the most important concepts in computer science and a must-know ...
PriorityQueue #BinaryHeap #Java #DataStructures #SystemDesign #CodingInterview #SDE3 #Heap #DSA #FootgunCode ...
15 views
Leave a million jobs unsorted and choosing the next one means scanning all million. Keep them fully sorted and every new arrival ...
23 views
6 days ago