ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

343 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

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

87 views

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

0 views

2 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

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

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

2 weeks ago

1Bit | Mohamed Ibrahem
شرح Queue Data Structure بالتفصيل + أمثلة عملية

في الفيديو ده هنتعلّم مع بعض واحدة من أهم الـ Data Structures وهي الـ Queue. هتفهم الفكرة العامة، طريقة العمل، الاستخدامات، وإزاي ننفذ الـ ...

17:03
شرح Queue Data Structure بالتفصيل + أمثلة عملية

319 views

3 weeks ago

CSE Guru
C Program to Implement Priority Queue | Queue Datat Structure | L 65 | Data Structures & Application

Array Implementation of Priority Queue Array implementation of priority queue maintains separate queue for each priority number ...

14:14
C Program to Implement Priority Queue | Queue Datat Structure | L 65 | Data Structures & Application

43 views

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

58 views

7 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

62 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

32 views

13 days ago

BTech Junction
Lec 12 | Recursion | Factorial Program | Stack & Queue | Data Structures | RGPV Btech 2nd Year

Lec 12 | Recursion | Factorial Program | Stack & Queue | Data Structures | RGPV Btech 2nd Year CSE/ IT / AIML ...

19:18
Lec 12 | Recursion | Factorial Program | Stack & Queue | Data Structures | RGPV Btech 2nd Year

752 views

4 weeks ago

CSE Guru
Priority Queue Array Implementation | Queue Datat Structure | L 64 | Data Structures & Application

Array Implementation of Priority Queue Array implementation of priority queue maintains separate queue for each priority number ...

16:49
Priority Queue Array Implementation | Queue Datat Structure | L 64 | Data Structures & Application

85 views

3 days ago

Code At Night - Telugu
Visualized - Event loop, Callback queue, macro and microtask queue - Telugu

In this video, we clearly explain how JavaScript executes code inside the browser's runtime environment. Telugu viewers will ...

9:57
Visualized - Event loop, Callback queue, macro and microtask queue - Telugu

31 views

3 weeks ago

vlogommentary
Gracefully Terminate a asyncio Program with Full Queue Handling in Python

Learn how to gracefully terminate Python asyncio programs that face full queue blocking and exceptions in worker tasks using ...

4:52
Gracefully Terminate a asyncio Program with Full Queue Handling in Python

0 views

3 weeks ago

AlgoXploration
LeetCode 387: First Unique Character (HashMap & Queue) | DSA Queue Series

In this video, we learn how to find the first unique (non-repeating) character in a string. While this problem can be solved easily ...

18:47
LeetCode 387: First Unique Character (HashMap & Queue) | DSA Queue Series

24 views

4 days ago

Bite Technology
The Definitive Guide to Dead Letter Queues DLQ

Title: What is a Dead-Letter Queue (DLQ) and Why Your Messaging System Needs One A Dead-Letter Queue (DLQ) is a special ...

6:19
The Definitive Guide to Dead Letter Queues DLQ

11 views

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

6 days ago

Ondev CodeCompanions
Queue in Dart Explained | FIFO Data Structure Made Easy | #18

In this video, you'll learn about Queue in Dart and how it works using the First In, First Out (FIFO) principle. Queues are very useful ...

9:35
Queue in Dart Explained | FIFO Data Structure Made Easy | #18

6 views

1 day ago

vlogommentary
How to Achieve Transactional Reads and Multi-Queue Publishing with IBM MQ and Spring Integration

Learn to read messages from an IBM MQ queue and publish transformed messages transactionally to multiple queues using ...

4:12
How to Achieve Transactional Reads and Multi-Queue Publishing with IBM MQ and Spring Integration

0 views

3 weeks ago