ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

178 results

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

What Is A Priority Queue? In this informative video, we'll dive into the concept of priority queues and their significance in ...

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

12 views

8 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

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
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

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

C+ + Equivalent of Java's PriorityQueue: A Guide to Using std::priority_queue When transitioning from Java to C+ + , developers ...

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

0 views

4 months ago

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

0 views

2 months ago

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

How Does A Priority Queue Work? In this informative video, we will discuss the concept of a priority queue and how it plays a vital ...

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

7 views

8 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
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
Fixing Your PriorityQueue Algorithm: Get the Correct Smallest K Value

If you're facing issues while working with Java's PriorityQueue and it's returning unexpected results, you're not alone! In this post ...

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

0 views

6 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

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
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
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

Natercade
How To Bypass the 2B2T Queue in Minecraft 1.21+ (2026)

Are you sick of waiting in the long 2b2t queue? This guide shows you how to bypass the wait and get onto the minecraft server ...

1:20
How To Bypass the 2B2T Queue in Minecraft 1.21+ (2026)

2,844 views

3 months ago

vlogize
Understanding the Comparator in Java's PriorityQueue: A Deep Dive

Explore the intricacies of how to use a `Comparator` in Java's PriorityQueue with lambda expressions for sorting. --- This video is ...

1:45
Understanding the Comparator in Java's PriorityQueue: A Deep Dive

1 view

5 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
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

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

The Explanation: Why .equals() Behaves This Way The root of the problem lies in the way Java's PriorityQueue class handles ...

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

0 views

10 months ago

vlogize
Understanding Java Lambdas: Comparator with PriorityQueue

Dive into the world of `Java Lambdas` and explore how to implement comparators in `PriorityQueue`. Learn the similarities and ...

2:13
Understanding Java Lambdas: Comparator with PriorityQueue

1 view

4 months ago