ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

468 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

7 views

7 months ago

Next LVL Programming
What Is A Java PriorityQueue? - Next LVL Programming

What Is A Java PriorityQueue? In this informative video, we will introduce you to a powerful data structure known as the Java ...

2:54
What Is A Java PriorityQueue? - Next LVL Programming

3 views

6 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

12 views

6 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

2 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

5 views

8 months ago

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

0 views

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

8 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

6 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

7 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

8 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

4 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

8 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

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

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

4 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

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

8 months ago

vlogize
Understanding Java Priority Queue Heapification: Creating a Max Heap

Discover how to efficiently create a `max heap` using Java's `PriorityQueue`, including methods for heapification and ...

1:49
Understanding Java Priority Queue Heapification: Creating a Max Heap

1 view

6 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

2 months ago

vlogize
Resolving bad operand types for binary operator '-' in Java Priority Queue

Discover how to fix the `bad operand types for binary operator '-'` error when using Priority Queue in Java with step-by-step ...

1:50
Resolving bad operand types for binary operator '-' in Java Priority Queue

0 views

2 months ago

vlogize
How to Sort a PriorityQueue of Objects by Float Values in Java

Learn how to create a custom comparator for sorting a `PriorityQueue` of objects based on float values in Java. Follow our ...

2:26
How to Sort a PriorityQueue of Objects by Float Values in Java

0 views

3 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

8 months ago

vlogize
Understanding the Max Heap and Min Heap Initializations in Java's Priority Queue

Discover the crucial differences between `Max Heap` and `Min Heap` initializations in Java and why one might be preferred over ...

1:34
Understanding the Max Heap and Min Heap Initializations in Java's Priority Queue

0 views

4 months ago