ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,023 results

NullLogic
Queue in Java | FIFO Explained with Example

This video explains Queue in Java using simple language and examples. You will understand how FIFO (First In First Out) works ...

12:03
Queue in Java | FIFO Explained with Example

3 views

2 weeks ago

DiscoDurodeRoer
Java exercise with Queue: movie queue and ticket calculation

In this video, we solve a practical exercise using Queue in Java with a real-world example: a queue at a movie theater. We'll ...

13:43
Java exercise with Queue: movie queue and ticket calculation

91 views

11 days ago

The Code Professor
Queue in Data Structures Explained | FIFO, Enqueue & Dequeue (Easy)

A priority queue is a collection of elements such that each element has been assigned a priority and such that the order in which ...

10:28
Queue in Data Structures Explained | FIFO, Enqueue & Dequeue (Easy)

18 views

3 weeks ago

BitChaos
Queue Data Structure in C++ | FIFO Explained Simply 🔥

In this video, we will learn about QUEUE Data Structure in C++ A Queue is a linear data structure that follows: FIFO – First In, ...

3:52
Queue Data Structure in C++ | FIFO Explained Simply 🔥

6 views

3 weeks ago

Bite Technology
The Essential Guide to Retry Queues

This video explains the crucial concept of the Retry Queue, an essential mechanism for ensuring reliability and fault tolerance in ...

5:28
The Essential Guide to Retry Queues

4 views

3 weeks ago

Cloud-In-Real-Life
How Load Balancers Work Explained Like a Ticket Queue

In this video, I explain how Load Balancers work using a simple ticket queue example that anyone can understand. No heavy tech ...

2:33
How Load Balancers Work Explained Like a Ticket Queue

2 views

4 weeks ago

Maryam Skaik
DS Lab: Stack & Queue in Java

Welcome to the Data Structures Lab – Stack & Queue in Java! In this lecture, we explore two fundamental abstract data types: ...

1:49:45
DS Lab: Stack & Queue in Java

101 views

3 weeks ago

VIRAJ TECH
CircularQueueMain.java || Circular Queue in Java | Main Class + Console Output 🚀

... queue code,circular queue console output,java data structures circular queue,queue programming,java queue example,circular ...

0:11
CircularQueueMain.java || Circular Queue in Java | Main Class + Console Output 🚀

0 views

2 days ago

Radhika Rajput
5. Queue in data structure || Queue in detail in data structure ||

A Queue is a linear data structure that is open at both ends and performs operations in First In First Out (FIFO) order.

14:07
5. Queue in data structure || Queue in detail in data structure ||

8 views

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

3 weeks ago

VIRAJ TECH
CircularQueue.java || Circular Queue Explained with Console Output! 🔁💻

Learn how a Circular Queue works with a real console output demonstration! ✔️ What is a Circular Queue ✔️ How elements ...

0:08
CircularQueue.java || Circular Queue Explained with Console Output! 🔁💻

0 views

2 days ago

Nidhi Chouhan
Queue Data Structure Explained Simply 🔥 FIFO | Python DSA for Beginners

Queue Data Structure Explained for Beginners | Python DSA In this lesson, we learn the QUEUE data structure from scratch using ...

42:12
Queue Data Structure Explained Simply 🔥 FIFO | Python DSA for Beginners

86 views

Streamed 3 weeks ago

UofSC_CSCE145_CSCE146
CSCE146 S2026 02 Queues Part 02

In this recorded lecture, we continue discussing Queues and demonstrate their functionality with an example game.

35:40
CSCE146 S2026 02 Queues Part 02

0 views

6 days ago

DailyTechByteHub
Queue in C++ | Array Implementation Tutorial [Nepali]

Learn how to implement a Queue data structure in C++ using static arrays. Complete tutorial covering FIFO principle, ...

20:30
Queue in C++ | Array Implementation Tutorial [Nepali]

16 views

3 days ago

Cuda Education
GPU Programming | Vulkan API | Compute Example PART 3 | Queue Family |Cuda Education

Talking queue families, it's importance and how it mimics GPU hardware. Learn computer graphics! Install Vulkan API ---- Tutorial ...

42:28
GPU Programming | Vulkan API | Compute Example PART 3 | Queue Family |Cuda Education

18 views

4 days ago

VidhyaKshetra
End-to-End Azure Storage Workflow | Blob → Queue → Worker → Table using .NET Core Architecture

In this video, we walk through a real-world, production-grade Azure Storage architecture that demonstrates how modern cloud ...

3:35
End-to-End Azure Storage Workflow | Blob → Queue → Worker → Table using .NET Core Architecture

17 views

6 days ago

CodeFlow Dev
Top Programmer Shares Secret to Mastering Microtasks & Queues

JavaScript is called single-threaded, yet it handles timers, promises, and user interactions without blocking. So how does one ...

4:10
Top Programmer Shares Secret to Mastering Microtasks & Queues

53 views

3 weeks ago

nithya chodisetti
Traffic Signal Vehicle Management using Queue | C++ Project

This video demonstrates a Traffic Signal Vehicle Management system created using C++. The project shows how vehicles are ...

1:13
Traffic Signal Vehicle Management using Queue | C++ Project

13 views

2 weeks ago

Bitwise Learning
DS Unit 2 One Shot 🔥 | Stack & Queue | AKTU PYQs Solved | Bitwise Learning

Data Structures Unit-2 | Stack & Queue | AKTU PYQs Solved | Bitwise Learning This video is part of our Data Structures PYQs ...

16:40
DS Unit 2 One Shot 🔥 | Stack & Queue | AKTU PYQs Solved | Bitwise Learning

1,560 views

7 days ago

vlogommentary
Understanding Unexpected Ordering in Java's ArrayBlockingQueue with Multiple Producer Threads

Explore why concurrent enqueuing and dequeuing with Java's ArrayBlockingQueue does not guarantee thread-sequential order ...

3:18
Understanding Unexpected Ordering in Java's ArrayBlockingQueue with Multiple Producer Threads

0 views

7 days ago

vlogommentary
How to Properly Terminate a Python multiprocessing.Queue Producer Process Without Hanging

Learn why Python subprocesses using multiprocessing.Queue may hang on termination and how to properly drain the queue with ...

4:18
How to Properly Terminate a Python multiprocessing.Queue Producer Process Without Hanging

0 views

10 days ago

RPA Techy
UiPath Queue Activities Explained | Postpone Transaction, Wait Queue Item & Bulk Add Queue Items

In this video, you will learn advanced UiPath Queue activities that are commonly used in real-time automation projects.

18:57
UiPath Queue Activities Explained | Postpone Transaction, Wait Queue Item & Bulk Add Queue Items

74 views

2 weeks ago

Muhammad Codes
Queue Data Structure Using Array | Enqueue, Dequeue | C++ Program

In this video, we explain **Queue Implementation Using Array in C++** with a clear **diagrammatic (visual) explanation** before ...

14:42
Queue Data Structure Using Array | Enqueue, Dequeue | C++ Program

33 views

2 weeks ago

CSE Guru
Priority Queue Introduction & Linked List Implementation | L 63 | Data Structures & Application

Priority Queue Introduction Priority queue is a data structure in which each element is assigned a priority Priority determines the ...

15:15
Priority Queue Introduction & Linked List Implementation | L 63 | Data Structures & Application

61 views

11 days ago

Toon Facts
AVATAR FIRE AND ASH: NEYTIRI ACCEPTS SPIDER  SCENE RECAP

avatar fire and ash avatar fire and ash trailer avatar fire and ash movie avatar fire and ash avatar 3 avatar 3 fire and ash avatar 3 ...

1:03
AVATAR FIRE AND ASH: NEYTIRI ACCEPTS SPIDER SCENE RECAP

136,997 views

3 weeks ago