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
153,051 results
All JomaClass videos from 2020 are now free to watch. If you enjoy please consider donating here: https://support.joma.io/ This ...
4,455 views
10mo ago
In this video, you'll learn what PriorityQueue is in Java and how this dynamic structure works, allowing you to work with ...
310 views
8mo ago
https://algo.monster/problems/k_closest_points Interactive visualizer Heaps come in handy for problems where we need to ...
4,934 views
2mo ago
Priority Queue is a type of abstract data type in computer programming that represents a collection of elements where each ...
401 views
We're looking at how LSM-trees handle compaction by merging sorted runs using priority queues. How the merge process works ...
2,276 views
7mo ago
00:00 Intro 00:26 API and Message Schema 04:20 Message Enqueue 06:32 Message Dequeue 11:52 Queue Reliability ...
884 views
9mo ago
https://www.youtube.com/watch?v=tg6DyGrceB4 1. Compiler Design Playlist: ...
2,534 views
1mo ago
Priority Queue Introduction Priority queue is a data structure in which each element is assigned a priority Priority determines the ...
204 views
1. Compiler Design Playlist: https://www.youtube.com/playlist?list=PLXj4XH7LcRfC9pGMWuM6UWE3V4YZ9TZzM ...
3,216 views
11mo ago
Priority Queues are one of the most powerful data structures in coding interviews and LeetCode. From Top K Elements to ...
25 views
3mo ago
In this video, we solve LeetCode 253 – Meeting Rooms II, a popular medium-level interval problem that tests your understanding ...
256 views
In this lecture, we cover the Queue interface in Java and its important implementations: ArrayDeque and PriorityQueue. Learn how ...
417 views
Array Implementation of Priority Queue Array implementation of priority queue maintains separate queue for each priority number ...
640 views
786 views
Day-18 | #100dayslearningchallenge Ever wondered how tasks get managed based on priority — like hospital emergencies or CPU ...
465 views
Explains pairing heaps through multiway heap order, constant-time meld, two-pass pairing, and amortized complexity.
51 views
Kotlin priority queue: learn to build a lock-free, concurrent data structure using a persistent Treap and Kotlin Multiplatform.
4,365 views
6mo ago
Learn how PriorityQueue in Java works — from basics to advanced! In this video, I'll explain: What is a PriorityQueue in Java How ...
24 views
Not all data is created equal! In this lecture, we master the Priority Queue, one of the most powerful and frequently used data ...
250 views
A priority queue is a type of queue where each element is associated with a priority value, and elements are served based on their ...
17 views
The code: https://github.com/Raafm/algorithm_visualization/blob/main/Trees/minHeap.py Song from: ...
89 views
Struggling with priority queues for exams or homework? This 3-minute video simplifies min heaps and priority queues with ...
6 views
🚀 Hello everyone! It's Tí again! Today we'll be learning about Heap – also known as Priority Queue. This is a data structure ...
4,554 views
15 views
5mo ago
00:00:00 Intro 00:01:28 Heap API: push & pop 00:02:40 Max-heap invariant 00:04:09 Array → complete binary tree 00:07:08 ...
801 views
In this video, we continue our STL in C++ series and learn about three important STL container adapters: stack queue ...
8 views
How to implement priority queue in python.
7 views
The Priority Queue abstract data type: describing the type by what it promises, not how it's built. We separate the interface (the ...
2 views
Vidyuu Assets: https://drive.google.com/drive/folders/1qwtRr__Bs2ZlAEDyAAWF_xn_YdI-yK4k?usp=sharing All The Things ...
113 views
Learn the fundamentals of the Heap data structure and Priority Queues in this beginner-friendly guide! We break down complex ...
139 views
In this Blue Prism tutorial, you will learn how to set or update the priority of an existing work queue item using the Work Queues ...
29 views
We start building the heap based solution for the priority queue problem, the first step being heapifying the data. With this, the ...
11 views
In this video, learn Priority Queue using Array in C++ with a complete step-by-step explanation. We cover insertion, deletion, and ...
37 views
How to Fix Low Priority Queue Lol - Full Guide | Surfshark VPN Deal — Stay private and secure. $1.99/mo + 3 Months Free ...
86 views
We discuss the options to solve the ER waiting room problem, or the general priority queue problem. Broadly there are three ...
5 views
This video will help you to get an understanding about the basics of the priority queue and how it is implemented using heap tree ...
C++ Container Adapter STLs - C++ stack - C++ queue - C++ priority queue - real-world and Kattis problems that can be solved ...
39 views
In this session, we explored one of the most powerful data structures for solving real-world and interview problems — the Priority ...
Professor Il-Chul Moon, Department of Industrial and Systems Engineering, KAIST ** 🔎 If you take the course on KOOC (kooc ...
1 view
Welcome to JDCodebase! In this video, we'll learn about Priority Queue in JavaScript — focusing on DSA concept + example in a ...
Ep-23: Priority Queue | C++ STL | DSA Simplified Series | C++ Tutorial in Hindi for Beginners Welcome to DSA Simplified in C++ ...
571 views
If you've already learned Kruskal's — Prim's is the natural next step. Same output (Minimum Spanning Tree), completely different ...
20 views
Master Deque (Double Ended Queue) and Priority Queue (Data Structures & Algorithms) in Minutes! | Complete Educational ...
Heapification | Under Two Minutes #16 One of the most fundamental concepts behind heaps, ...
12 views
We discuss the ER waiting room problem, which is a good example of a priority queue problem where we need to track the ...
22 views
In this video we will cover 2 famous interview problems involving intervals, Meeting Rooms & Meeting Rooms 2 ...
1,674 views
How to Auto Sort Priority List of Tasks in Excel Explained Learn how to set up a custom priority order and create a self updating ...
4 views
2w ago
"Hey everyone! I'm a Senior Dev at a Product Based Company , but I'm not stopping there. My goal? To crack the code at Amazon, ...
10 views
Learn the concept of Max Priority Queue with a clear and practical explanation by Vignan CSE Dept. In this video, you will ...
Learn the concept of Min Priority Queue with a clear and quick explanation by Vignan CSE Dept. In this video, you will ...
Hi, in this video, I have discussed the Leetcode problem "3885. Design Event Manager," which was the second problem from ...
75 views
In this video, we solve LeetCode 1046 - Last Stone Weight using the Heap (Priority Queue) data structure in Java. You'll learn: ...
34 views
Priority Queue doesn't care who came first — it always gives you the most urgent thing next. Hospital ER, video-game tasks, ...
00:00 - Intro & Basic Facts 01:35 - Backs Up Main Queue on Coasters 03:08 - Guests Freezing and Warping to Park Entry 03:59 ...
Learn how to implement a Max Priority Queue using Binary Heap with a clear and structured explanation by Vignan CSE Dept.
In this video we explore the **Queue interface** in the Java Collections Framework and learn how Java handles **FIFO (First-In, ...
3 views
Learning LeetCode Live... NeetCode Blind 75.. (Heap/Priority Queue) Learn Together with me everyday from 4 to 7 hours ...
Streamed 5mo ago
https://www.youtube.com/watch?v=ZunKQ9BDjno.
527 views
https://www.instagram.com/rohit.mundev https://www.linkedin.com/in/rohit-munde/ https://discord.gg/zTkkxx5jf ...
35 views
Streamed 4mo 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
Master the Java Queue and PriorityQueue! In this tutorial, we dive deep into the Queue Interface to learn how to efficiently process ...
52 views
In this video, we solve the popular Meeting Rooms II problem from NeetCode 150 using a Min Heap (Priority Queue) approach.
14 views
This video helps to understand priorityqueue in java and internal working of it.
88 views
CS25C08 Data Structures in Tamil- Anna University Regulation 2025: https://www.youtube.com/playlist?list=PLZGHsp3Qf8o8 ...
449 views
An emergency room doesn't see patients in the order they arrived, it sees the most critical case first, no matter when they walked ...
9 views
3w ago
Welcome to the **second episode on Queues** in our **Data Structures** series! In this episode, we go beyond the basic FIFO ...
5d ago
Welcome to our deep dive into Queues — one of the most essential data structures in computer science! In this video, we'll break ...
4mo ago
I implement a min heap in Jai to use as a priority queue in pathfinding algorithms in a game.
44 views
In this quick and beginner-friendly video, I explain stack, queue and Priority Queue in C++, a powerful container from the STL ...
In this video, you will learn Priority Queue in Python from absolute beginner level. This tutorial is designed for school students, ...
Heaps organize data through a nearly complete binary tree and make it possible to process elements according to priority rather ...
71 views
Unit-1 Introduction Basic data structures such as arrays, linked list, stack, trees, queues and their applications, linked and ...
114 views
This video explains the basics of using heaps in Python. I go over how the heapq module works and what its API looks like.
31 views
YouTube Title: LeetCode 1046 | Last Stone Weight | Priority Queue (Max Heap) | C++ Solution | Easy Problem Description: In this ...
In this video, we solve LeetCode Problem 215 – Kth Largest Element in an Array with a step-by-step explanation, dry run, and ...
236 views
In this lecture, we take a complete deep dive into the Queue Interface in Java from first principles to internal ...
10,052 views
In this beginner-friendly video, you'll learn: ✓ What is Heap? ✓ Why Heap is called a Tree-Based Data Structure ✓ Min Heap ...