ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,210 results

vlogize
Understanding Comparator and PriorityQueue in Java: A Deep Dive

Learn how `Comparator` works with `PriorityQueue` in Java, including a breakdown of a lambda function that reverses normal ...

2:07
Understanding Comparator and PriorityQueue in Java: A Deep Dive

12 views

7 months ago

{ Semicolon ; Hub }
🚀 Java PriorityQueue Explained | Real-Life Use Cases & Code Demo

Learn how PriorityQueue in Java works — from basics to advanced! In this video, I'll explain: What is a PriorityQueue in Java How ...

4:06
🚀 Java PriorityQueue Explained | Real-Life Use Cases & Code Demo

9 views

2 months ago

Lee Code
Heap + Priority Queue Explained Tamil | DSA in Java

Confused between Heap and Priority Queue? Don't worry! In this video, I'll explain: ✓ What is a Heap? ✓ What is a Priority ...

10:19
Heap + Priority Queue Explained Tamil | DSA in Java

628 views

3 months ago

KP Codex
Java | Lecture: 47 | Deque | PriorityQueue

Java PriorityQueue in java.

9:12
Java | Lecture: 47 | Deque | PriorityQueue

9 views

8 months ago

Sudhakar Atchala
Java Priority Queue Tutorial || PriorityQueue Implementation of Queue Interface || Collections

1. Compiler Design Playlist: https://www.youtube.com/playlist?list=PLXj4XH7LcRfC9pGMWuM6UWE3V4YZ9TZzM ...

15:29
Java Priority Queue Tutorial || PriorityQueue Implementation of Queue Interface || Collections

1,632 views

2 months ago

ITower
Understand Priority Queues in 5 Minutes - Data Structure | JS Example

In this video, we're diving deep into one of the most overlooked but powerful data structures: the Priority Queue. Whether you're ...

5:37
Understand Priority Queues in 5 Minutes - Data Structure | JS Example

782 views

4 months ago

Java Coding Tutorials
Dijkstra’s Algorithm in Java | Shortest Path using PriorityQueue

In this video, we implement **Dijkstra's Shortest Path Algorithm in Java** using an **Adjacency List** and a **Priority Queue ...

15:42
Dijkstra’s Algorithm in Java | Shortest Path using PriorityQueue

72 views

4 months ago

Praffull Live Online
Java PriorityQueue Min/Max Heap storage

Part of Java interview preparation series Collections framework data structures session Praffull Live online on Microsoft Teams ...

50:05
Java PriorityQueue Min/Max Heap storage

11 views

9 months ago

GFGVID
8 PriorityQueue in Java
2:29
8 PriorityQueue in Java

0 views

2 weeks ago

Crashcasts
Understanding PriorityBlockingQueue: Java's Thread-Safe Priority Queue

Dive into the world of Java's concurrent collections with an in-depth look at PriorityBlockingQueue, a powerful tool for managing ...

8:57
Understanding PriorityBlockingQueue: Java's Thread-Safe Priority Queue

5 views

7 months ago

vlogize
Choosing the Best Method for Using Priority Queue with Custom Objects in Java

Discover the most effective way to implement a priority queue with custom objects in Java. Learn the differences between using ...

1:55
Choosing the Best Method for Using Priority Queue with Custom Objects in Java

3 views

8 months ago

Learn2Code
Heap Priority Queue | Data Structures and Algorithms 💥 ‼️‼️ #heap #algorithms #java #datastructures

Dive deep into Heap Priority Queues! Learn what they are, how they work using binary heaps, their time complexity for common ...

29:12
Heap Priority Queue | Data Structures and Algorithms 💥 ‼️‼️ #heap #algorithms #java #datastructures

7 views

4 months ago

Rishi’s programming channel
67 - Order Book Matching Algorithm using PriorityQueue

... element and size) = O(1) Using Priority Queue helps to reduce the adding and sorting of the orders from O(n*log n) to O(log n).

8:37
67 - Order Book Matching Algorithm using PriorityQueue

203 views

5 months ago

Tech-Bimba (ಬಿಂಬ)
#34.7 Priority Queue in Java | Min Heap vs Max Heap | Real-life Use Case | Java Collections

"Welcome to Tech-ಬಿಂಬ" Welcome to this in-depth video on Priority Queue in Java! Whether you're preparing for interviews ...

22:15
#34.7 Priority Queue in Java | Min Heap vs Max Heap | Real-life Use Case | Java Collections

29 views

8 months ago

FaZ STUDIOS
Priority Queues In Java | JAVA Data Structures Full | Java Playlist |

Unlock the power of the Priority Queue in Java! ⭐ This isn't your standard FIFO queue. In this tutorial, we explore how a Priority ...

7:24
Priority Queues In Java | JAVA Data Structures Full | Java Playlist |

3 views

2 months ago

vlogize
Implementing an Iterator for Your Custom Java Priority Queue

Learn how to implement an iterator for your custom Java priority queue class and understand the use of iterators in Java.

2:15
Implementing an Iterator for Your Custom Java Priority Queue

3 views

11 months ago

Code Viento
Master Meeting Rooms II 🔑 The Priority Queue Trick  - LeetCode 253

In this video, we solve LeetCode 253 – Meeting Rooms II, a popular medium-level interval problem that tests your understanding ...

3:36
Master Meeting Rooms II 🔑 The Priority Queue Trick - LeetCode 253

37 views

2 months ago

ALL TECHNOLOGY
Heap Priority Queue in Java | Efficient Data Handling with Heaps

In this video, we dive deep into the concept of Heap Priority Queues and explore how they can be efficiently implemented in Java.

4:02
Heap Priority Queue in Java | Efficient Data Handling with Heaps

6 views

10 months ago

College Computer Science
Vectors, Stacks, Queues, Priority Queues with Java

Details, with Java, of vector, stack, queues vs. priority queues, queue vs deques and double ended queues. Previous ...

10:12
Vectors, Stacks, Queues, Priority Queues with Java

41 views

10 months ago

vlogize
How to Create a Descending Order Priority Queue in Java

Learn how to properly utilize comparators with priority queues in Java to ensure that your 2D arrays are stored in `descending ...

1:51
How to Create a Descending Order Priority Queue in Java

7 views

8 months ago