ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

929 results

Code with me
Queue in Java Explained with Real Life Example | Ticket Counter

Welcome back to Day 31 of our 100 Days of Java series! Today, we're diving deep into Stacks and Queues, two of the most ...

1:33
Queue in Java Explained with Real Life Example | Ticket Counter

95 views

4 months ago

vlogize
How to Implement a Queue in Java

Discover how to efficiently implement a `queue` in Java, allowing for FIFO operations on arrays. Learn about enqueueing and ...

1:37
How to Implement a Queue in Java

0 views

4 months ago

vlogize
Understanding How to Implement a Queue in Java

Learn the fundamentals of implementing a `Queue` in Java, focusing on enqueueing and dequeueing elements with simple, ...

2:23
Understanding How to Implement a Queue in Java

0 views

10 months ago

vlogize
How to Reverse a Queue Using an Array in Java

Learn how to effectively reverse a queue with arrays in Java, using a simple method that manages your queue operations ...

1:49
How to Reverse a Queue Using an Array in Java

0 views

5 months ago

Next LVL Programming
What Are The Main Queue Methods? - Next LVL Programming

What Are The Main Queue Methods? In this informative video, we'll cover the essential methods of working with queues in Java.

2:53
What Are The Main Queue Methods? - Next LVL Programming

4 views

5 months ago

vlogize
Fixing Your Java Queue Implementation: Why You're Seeing Unexpected Output

Learn how to correctly implement a queue using arrays in Java and fix common mistakes to ensure your program runs ...

1:53
Fixing Your Java Queue Implementation: Why You're Seeing Unexpected Output

2 views

10 months ago

vlogize
How to Implement a Queue Using a Stack in Java

Discover an effective way to create a Queue based on a Stack in Java using generics. This guide walks you through the solution ...

2:13
How to Implement a Queue Using a Stack in Java

0 views

6 months ago

Usoft Code Academy
Queue in Java - First In First Out | Programming Tutorial

Learn Queue in Java! This tutorial covers everything you need to understand and use Queue in your Java programs. Perfect for ...

3:46
Queue in Java - First In First Out | Programming Tutorial

2 views

1 month 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
Implementing a Queue Class in Java: How to Fix the Element Order Issue

Learn how to properly implement a `Queue` class in Java and fix issues with displaying elements in the correct order.

2:12
Implementing a Queue Class in Java: How to Fix the Element Order Issue

0 views

5 months ago

vlogize
Creating a Generic Queue Class in Java Using an Array

Learn how to implement a generic Queue class in Java using an array for storage. This guide covers enqueueing, dequeuing, ...

2:18
Creating a Generic Queue Class in Java Using an Array

8 views

10 months ago

vlogize
Finding an Efficient Alternative to ConcurrentLinkedQueue in Java

Here's an example using a ReentrantLock with a simple queue implementation: Alternative Implementation [[See Video to Reveal ...

2:02
Finding an Efficient Alternative to ConcurrentLinkedQueue in Java

4 views

6 months ago

vlogize
Implementing a Monotonic Increasing Queue in Java

Discover how to effectively create a `Monotonic Increasing Queue` in Java using the Deque interface and LinkedList class.

2:20
Implementing a Monotonic Increasing Queue in Java

9 views

8 months ago

vlogize
Efficiently Clear the Worker Queue in Java's CompletionService

Learn how to effectively manage and clear the worker queue in Java's `CompletionService` to optimize multithreading tasks by ...

1:47
Efficiently Clear the Worker Queue in Java's CompletionService

5 views

9 months ago

vlogize
Reverse Order of Elements in Stack and Queue using Java

Learn how to easily reverse the order of elements entered into a queue and a stack in `Java`, employing practical code examples ...

2:15
Reverse Order of Elements in Stack and Queue using Java

7 views

4 months ago

vlogize
Solving the Empty Stack Error in Java's LeetCode Queue Implementation

Learn how to resolve the `java.util.EmptyStackException` error in your Java queue implemented using stacks. Follow our ...

2:03
Solving the Empty Stack Error in Java's LeetCode Queue Implementation

1 view

8 months ago

vlogize
How to Create a Java Stack and Queue for Book Titles

Learn how to implement a Java program that uses a `stack` to store book titles and then transfers them to a `queue`.

2:15
How to Create a Java Stack and Queue for Book Titles

1 view

4 months ago

vlogize
How to Convert a List of Objects to a Queue in Java

Learn how to effectively convert a List to a Queue in Java, while maintaining access to object variables. This step-by-step guide ...

1:29
How to Convert a List of Objects to a Queue in Java

0 views

5 months ago

vlogize
How to Pass an Array to a Queue in Java: Solving Constructor Challenges

Learn how to efficiently pass an array to a Queue in Java, completely transforming your handling of data structures! --- This video ...

1:32
How to Pass an Array to a Queue in Java: Solving Constructor Challenges

0 views

10 months ago

vlogize
How to Avoid java.lang.ArrayIndexOutOfBoundsException When Joining a Queue in Java

Learn how to troubleshoot and fix the common `java.lang.ArrayIndexOutOfBoundsException` in Java's queue implementation.

1:56
How to Avoid java.lang.ArrayIndexOutOfBoundsException When Joining a Queue in Java

1 view

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

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 Fix ConcurrentModificationException While Modifying a Queue in Java

Discover effective solutions to prevent `ConcurrentModificationException` when adding or removing elements from a queue in ...

1:26
How to Fix ConcurrentModificationException While Modifying a Queue in Java

0 views

8 months ago

King Kodes
Queue Data Structure in JAVA: Ticketing System Simulation (pt.3)

A program that simulates the ticketing system, demonstrating how customers are queued and served. - Includes Test Case fix.

2:13
Queue Data Structure in JAVA: Ticketing System Simulation (pt.3)

1 view

7 months ago

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