ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

172 results

vlogize
How to Print the PriorityQueue in Decreasing Order with O(1) Space

Learn how to efficiently print a `PriorityQueue` in decreasing order using minimal memory in Java. This guide walks you through a ...

1:57
How to Print the PriorityQueue in Decreasing Order with O(1) Space

0 views

5 months ago

Next LVL Programming
How Do You Use Priority Queue In Java? - Next LVL Programming

How Do You Use Priority Queue In Java? In this informative video, we will guide you through the process of utilizing a Priority ...

3:59
How Do You Use Priority Queue In Java? - Next LVL Programming

7 views

9 months ago

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

17 views

8 months ago

Visual How
Priority Queue Animations | Data Structure | Visual How

#DataStructure #priorityqueue #priorityqueueindatastructure #Programming #ComputerScience #lineardatastructure ...

0:58
Priority Queue Animations | Data Structure | Visual How

122 views

3 months ago

Next LVL Programming
What Is A Priority Queue? - Next LVL Programming

For Java developers, we'll showcase how to use the PriorityQueue class and customize it according to your needs.

3:48
What Is A Priority Queue? - Next LVL Programming

12 views

8 months ago

vlogize
Fixing Your PriorityQueue Algorithm: Get the Correct Smallest K Value

Learn how to correctly implement a `PriorityQueue` in Java to find the smallest kth value in an array with this comprehensive guide ...

1:50
Fixing Your PriorityQueue Algorithm: Get the Correct Smallest K Value

0 views

6 months ago

vlogize
C+ +  Equivalent of Java's PriorityQueue: A Guide to Using std::priority_queue

Discover how to translate Java's `PriorityQueue` code to C+ + using `std::priority_queue`. This guide provides a detailed ...

1:37
C+ + Equivalent of Java's PriorityQueue: A Guide to Using std::priority_queue

0 views

4 months ago

vlogize
Mastering How to Sort with PriorityQueue int[]  in Java

Discover how to effectively sort `PriorityQueue int[] ` in Java, implementing multiple comparison criteria for improved data ...

2:06
Mastering How to Sort with PriorityQueue int[] in Java

0 views

5 months ago

vlogize
Is iterator() the Best Way to Loop Through a PriorityQueue in Java?

Discover the advantages and disadvantages of using `iterator()` vs `poll()` for looping through a `PriorityQueue` in Java.

1:55
Is iterator() the Best Way to Loop Through a PriorityQueue in Java?

0 views

8 months ago

vlogize
How to Turn a Linked List into a Priority Queue in Java

Learn how to effectively convert a linked list into a priority queue in Java, ensuring names are added alphabetically in the right ...

1:59
How to Turn a Linked List into a Priority Queue in Java

3 views

10 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

4 views

9 months ago

vlogize
Understanding How to Fix Your PriorityQueue Issue in Java

Learn how to resolve issues with a `PriorityQueue` in Java, ensuring it properly returns the element with the minimum distance.

2:25
Understanding How to Fix Your PriorityQueue Issue in Java

0 views

9 months ago

vlogize
Why is my PriorityQueue implementation slower than sorting for the kth largest integer problem?

Discover the reasons behind the performance discrepancy between using a `PriorityQueue` and sorting arrays for the `kth largest ...

1:41
Why is my PriorityQueue implementation slower than sorting for the kth largest integer problem?

2 views

10 months ago

vlogize
How to Print Items in PriorityQueue Class Without Modifying It

Discover how to access and print the contents of Python's `PriorityQueue` class without altering its state. --- This video is based on ...

1:30
How to Print Items in PriorityQueue Class Without Modifying It

2 views

8 months ago

Next LVL Programming
How Does A Priority Queue Work? - Next LVL Programming

For Java programmers, we will guide you through creating a priority queue using the PriorityQueue class and explain how to ...

3:31
How Does A Priority Queue Work? - Next LVL Programming

7 views

8 months ago

CodeGrid
change priorityqueue to max priorityqueue

Get Free GPT4.1 from https://codegive.com/83f1a39 ## Changing `PriorityQueue` to a Max Priority Queue in Java The `java.util.

0:55
change priorityqueue to max priorityqueue

1 view

7 months ago

vlogize
Solving the PriorityQueue Entry Issue in Java

Encountering issues with `PriorityQueue` while trying to store map entries in Java? Read this blog to understand why it matters ...

1:44
Solving the PriorityQueue Entry Issue in Java

0 views

5 months ago

vlogize
Understanding .equals() Behavior in PriorityQueue: Why Do We Get Unexpected Results?

Explore the nuances of the `.equals()` method in Java's `PriorityQueue`. Learn why comparing two queues may yield unexpected ...

1:56
Understanding .equals() Behavior in PriorityQueue: Why Do We Get Unexpected Results?

0 views

10 months ago

Rapid Tutor
79 - Priority Queue | Max - Min Priority Queue | DSA Tutorial

PriorityQueue #DataStructure #MaxPriorityQueue #MinPriorityQueue #Algorithm #Queue #DSA A Priority Queue is a data ...

3:44
79 - Priority Queue | Max - Min Priority Queue | DSA Tutorial

99 views

11 months ago

vlogize
Sorting a PriorityQueue in Java: Managing Priority with Custom Classes

Discover how to effectively sort a `PriorityQueue` in Java using a custom class for scheduled events. Learn the essential steps and ...

2:05
Sorting a PriorityQueue in Java: Managing Priority with Custom Classes

6 views

9 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

10 months ago

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

0 views

2 months ago

vlogize
How to Optimize Polling Values from a Priority Queue in Java

Discover efficient techniques to `poll values from Priority Queue` based on specific conditions with practical Java examples.

1:54
How to Optimize Polling Values from a Priority Queue in Java

1 view

10 months ago

vlogize
How to Use Insertion Order to Break Tie in PriorityQueue or MinHeap

Understand how to implement a `PriorityQueue` that uses insertion order to resolve ties based on priority, enhanced by using ...

2:24
How to Use Insertion Order to Break Tie in PriorityQueue or MinHeap

0 views

8 months ago

vlogize
Troubleshooting Your Java Priority Queue: Fixing the NullPointerException

Learn how to resolve `NullPointerException` in your Java Priority Queue implementation by understanding the underlying issues ...

1:41
Troubleshooting Your Java Priority Queue: Fixing the NullPointerException

0 views

10 months ago