ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

353 results

Aarsh Patel
Priority Queue - Comparator & Iterator

Video #6 in the Priority Queue Series Transcript: The comparator method will return the comparator the queue is using to order ...

1:30
Priority Queue - Comparator & Iterator

333 views

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

19 views

9 months ago

HackerRank
Algorithms: Sort An Array with Comparator

Learn how to build a comparator to sort an array. This video is a part of HackerRank's Cracking The Coding Interview Tutorial with ...

3:48
Algorithms: Sort An Array with Comparator

85,798 views

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

10 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

6 months ago

Access 2 Learn
Java Data Structures - Module 07 - Priority Queues Part 3

Notes: https://access2learn.com/classes-i-teach/tusculum-university/data-structures-and-algorithms/ -- About this Series - Java ...

3:47
Java Data Structures - Module 07 - Priority Queues Part 3

151 views

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

3 views

4 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
Fixing Lambda Functions in Java PriorityQueue Comparators

Learn how to resolve issues with lambda functions in Java's `PriorityQueue` when managing `Comparator` for objects.

1:41
Fixing Lambda Functions in Java PriorityQueue Comparators

5 views

9 months ago

Roel Van de Paar
Code Review: Prioritize objects using PriorityQueue and custom comparator in Java

Code Review: Prioritize objects using PriorityQueue and custom comparator in Java Helpful? Please support me on Patreon: ...

2:50
Code Review: Prioritize objects using PriorityQueue and custom comparator in Java

4 views

3 years ago

vlogize
Implementing a PriorityQueue in Java Using Object Member Values

Summary: Learn how to create a PriorityQueue in Java by utilizing object member values for prioritization, optimizing your data ...

1:37
Implementing a PriorityQueue in Java Using Object Member Values

10 views

1 year ago

vlogize
Understanding Priority Queue of an Array of Integers in Java

Learn how to effectively implement a `Priority Queue` in Java with a custom comparator for an array of integers, and troubleshoot ...

1:43
Understanding Priority Queue of an Array of Integers in Java

1 view

9 months ago

mlabsinfo
Providing a comparator and collection to PriorityQueue  (1 answer)

Providing a comparator and collection to PriorityQueue Referenced links: ...

0:33
Providing a comparator and collection to PriorityQueue (1 answer)

2 views

3 years ago

vlogize
Understanding the Difference between Collections.reverseOrder vs Custom Comparator in Java

reverseOrder` and a custom comparator in Java's PriorityQueue. Understand how improper comparator implementations can lead ...

2:03
Understanding the Difference between Collections.reverseOrder vs Custom Comparator in Java

2 views

11 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

5 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

10 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

6 months ago

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

Understanding the Max Heap and Min Heap Initializations in Java's Priority Queue When working with data structures in Java, ...

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

0 views

6 months ago

CodeSync
custom comparator java priority queue
3:20
custom comparator java priority queue

6 views

1 year ago

vlogize
Understanding Priority Queue in Java: Fixing the Last Element Position Issue

Learn how to use Java's Priority Queue effectively with a custom comparator, and resolve the common issue where the last added ...

1:31
Understanding Priority Queue in Java: Fixing the Last Element Position Issue

0 views

4 months ago