ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

111 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

6 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
Using Lambda Comparator with PriorityQueue in C#  Efficiently

Discover how to simplify using Lambda Comparators with PriorityQueue in C# . Reduce complexity by avoiding extra classes, ...

1:24
Using Lambda Comparator with PriorityQueue in C# Efficiently

2 views

6 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

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

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

3 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

2 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
How to Implement a Priority Queue in Python Using a Comparator

Learn how to create a priority queue in Python with a custom comparator, allowing you to efficiently manage elements based on ...

2:02
How to Implement a Priority Queue in Python Using a Comparator

0 views

8 months ago

CodeLucky
C++ Priority Queues: STL Implementation, Custom Comparators & Practical Use Cases

Unlock the power of C++ Priority Queues! This video provides a comprehensive guide for beginners on how to effectively use ...

8:56
C++ Priority Queues: STL Implementation, Custom Comparators & Practical Use Cases

235 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

8 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
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
Allowing One Request at a Time in Java REST Services with Priority Management

Discover how to implement a system in Java REST services that processes only one request at a time, utilizing a priority queue for ...

1:46
Allowing One Request at a Time in Java REST Services with Priority Management

1 view

6 months ago

vlogize
Resolving Priority Queue Issues in Java: A Guide for Dijkstra's Algorithm

Discover how to fix priority queue discrepancies in Java while implementing Dijkstra's Algorithm. Our guide walks you through the ...

1:34
Resolving Priority Queue Issues in Java: A Guide for Dijkstra's Algorithm

3 views

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

2 months ago

vlogize
How to Sort a PriorityQueue by Map Value in Java without Using Lambda Expressions

Learn how to implement a `PriorityQueue` that sorts characters based on frequency in Java versions prior to 1.8 without using ...

2:04
How to Sort a PriorityQueue by Map Value in Java without Using Lambda Expressions

0 views

3 months ago