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
2,600 results
All JomaClass videos from 2020 are now free to watch. If you enjoy please consider donating here: https://support.joma.io/ This ...
3,241 views
8 months ago
In this video, we're diving deep into one of the most overlooked but powerful data structures: the Priority Queue. Whether you're ...
1,413 views
11 months ago
Before the how, the why: what problem heaps priority queues solve, and what it costs you to get them wrong. We start from a ...
2 views
4 days ago
Practice with heaps priority queues: work the problems yourself, then check the worked solutions. Hands-on exercises to turn ...
3 views
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
Array Implementation of Priority Queue Array implementation of priority queue maintains separate queue for each priority number ...
511 views
6 months ago
When to reach for heaps priority queues — and when not to. The design tradeoffs, side by side. We compare heaps priority ...
Operations — a focused lesson in the Heaps Priority Queues series. A clear, visual explanation with a memory diagram and real ...
0 views
3 days ago
The invariants of heaps priority queues: the facts that must stay true after every operation. We state each invariant plainly and ...
In this video, I'll walk you through how to solve the classic Top K Elements problem using the new PriorityQueue data structure ...
207 views
The Heaps Priority Queues abstract data type: describing the structure by what it promises, not how it's built. We separate the ...
Priority Queue Introduction Priority queue is a data structure in which each element is assigned a priority Priority determines the ...
182 views
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 Ascending Priority Queue in Data Structures. An Ascending Priority Queue is a special ...
34 views
555 views
The bugs people actually hit with heaps priority queues — shown, explained, and fixed. A gallery of real mistakes: what they look ...
1 view
In this video, we solve the K Closest Points to Origin problem using multiple optimal approaches, including Heap (Priority Queue).
38 views
7 months ago
In this quick and beginner-friendly video, I explain stack, queue and Priority Queue in C++, a powerful container from the STL ...
11 views
In this video, we explore the concept of Priority Queue in Data Structures, including its two important types: Ascending Priority ...
10 views