ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

7,214,993 results

Bro Code
Learn Queue data structures in 10 minutes 🎟️

Queue data structure java tutorial example explained #queue #data #structure ...

10:07
Learn Queue data structures in 10 minutes 🎟️

212,123 views

4 years ago

The Pudding
Tired of waiting in line? An expert explains why queues are so tricky

Queues are everywhere we go—discover the hidden mechanics that keep them moving smoothly. Check out more stories at: ...

8:42
Tired of waiting in line? An expert explains why queues are so tricky

46,558 views

1 year ago

Hayk Simonyan
Message Queues in System Design

Become a Remote Senior Software Engineer with a Job Guarantee: ...

4:31
Message Queues in System Design

32,901 views

1 year ago

IBM Technology
What is a Message Queue?

Learn more about Message Queues → https://ibm.biz/IBM_MQ_documentation Check out IBM MQ ...

15:38
What is a Message Queue?

121,827 views

4 years ago

Arjay McCandless
Why Every (great) System Design Uses Queues

Queues are one of the most underrated concepts in system design. They quietly power almost every scalable app you use.

4:59
Why Every (great) System Design Uses Queues

38,094 views

4 months ago

Software Developer Diaries
The Power of RabbitMQ Quorum Queues

Let's learn everything about RabbitMQ Quorum Queues — the modern, Raft-based replacement for Classic Queues that delivers ...

7:36
The Power of RabbitMQ Quorum Queues

2,960 views

7 months ago

mycodeschool
Data structures: Array implementation of Queue

See complete series on data structures here: http://www.youtube.com/playlist?list=PL2_aWCzGMAwI3W_JlcBbtYTwiQSsOTa6P ...

14:59
Data structures: Array implementation of Queue

936,542 views

12 years ago

DigiKey
Introduction to RTOS Part 5 - Queue | Digi-Key Electronics

A queue is a first-in, first-out (FIFO) system that is used to store and pass information between tasks in an RTOS. Data copied to a ...

12:01
Introduction to RTOS Part 5 - Queue | Digi-Key Electronics

160,280 views

5 years ago

Lydia Hallie
JavaScript Visualized - Event Loop, Web APIs, (Micro)task Queue

Learn how the browser event loop, task queue, microtask queue, and Web APIs work together to enable non-blocking, ...

12:35
JavaScript Visualized - Event Loop, Web APIs, (Micro)task Queue

1,102,244 views

1 year ago

The Guardian
This is why you hate queue jumpers

Queues are simple: you join at the back and wait your turn. But there's a whole branch of psychology devoted to studying how they ...

6:27
This is why you hate queue jumpers

56,377 views

7 years ago

WilliamFiset
Priority Queue Introduction

Introduction to the priority queue data structure Practicing for interviews? I have used, and recommend `Cracking the Coding ...

13:18
Priority Queue Introduction

518,062 views

9 years ago

Greg Hogg
Stacks & Queues - DSA Course in Python Lecture 5

Code solutions in Python, Java, C++ and JS can be found at my GitHub repository here: ...

14:58
Stacks & Queues - DSA Course in Python Lecture 5

66,026 views

1 year ago

HackerRank
Data Structures: Stacks and Queues

Learn the difference between linear data structures stacks and queues. This video is a part of HackerRank's Cracking The Coding ...

5:46
Data Structures: Stacks and Queues

599,557 views

9 years ago

CS Dojo
Introduction to Stacks and Queues (Data Structures & Algorithms #12)

Here's my introduction to stacks, queues, and deques (double-ended queues)! You can check out the problem I mentioned at the ...

16:30
Introduction to Stacks and Queues (Data Structures & Algorithms #12)

364,918 views

5 years ago

Portfolio Courses
Queue Data Structure In STL | C++ Tutorial

How to use the queue data structure built-in to the C++ Standard Template Library. The queue class template in the C++ STL is a ...

18:44
Queue Data Structure In STL | C++ Tutorial

28,531 views

2 years ago

CodeOpinion
Web-Queue-Worker Architecture Style for Scaling

Web-Queue-Worker is an excellent architecture pattern you can add to your toolbox. It's just a pattern and can work with a ...

8:47
Web-Queue-Worker Architecture Style for Scaling

14,744 views

1 year ago

James Eastham
Stream, Event Bus or Queue? What's the Difference?

Stream, Event Buses and Queues? What are they, what is the difference between them and when might you pick one over the ...

12:20
Stream, Event Bus or Queue? What's the Difference?

12,334 views

2 years ago

Software Developer Diaries
Deep dive into Dead-Letter Queues

Event-driven architectures need a reliable way of analysing missed or errorneous messages that have been lost along the way.

15:08
Deep dive into Dead-Letter Queues

4,937 views

7 months ago

CodeBeauty
Queue and FIFO/FCFS explained in 10 minutes + a bonus task 📣📣 (Data Structures course)

Learn how to solve problems and build projects with these Free E-Books ⬇️ C++ Lambdas e-book - free download here: ...

10:14
Queue and FIFO/FCFS explained in 10 minutes + a bonus task 📣📣 (Data Structures course)

81,459 views

4 years ago

Bro Code
Learn Priority Queue data structures in 5 minutes 🥇

Priority queues data structures and algorithms tutorial example explained #priority #queue #java.

5:01
Learn Priority Queue data structures in 5 minutes 🥇

240,565 views

4 years ago

NeetCodeIO
Implement Queue using Stacks - Leetcode 232 - Python

https://neetcode.io/ - A better way to prepare for Coding Interviews ‍ LinkedIn: ...

15:23
Implement Queue using Stacks - Leetcode 232 - Python

53,578 views

2 years ago

Hussein Nasser
What is a Message Queue and When should you use Messaging Queue Systems Like RabbitMQ and Kafka

Message Queues system like RabbitMQ and Kafka are amazing technologies but when should you actually use a message ...

13:05
What is a Message Queue and When should you use Messaging Queue Systems Like RabbitMQ and Kafka

162,371 views

5 years ago

the roadmap
Queue Data Structure | Illustrated Data Structures

Queue is a linear collection of items where items are inserted and removed in a particular order. The queue is also called a FIFO ...

4:16
Queue Data Structure | Illustrated Data Structures

24,985 views

4 years ago

NeuralNine
Queue - Data Structures in Python #3

In this video, we implement the queue data structure from scratch in Python.

16:19
Queue - Data Structures in Python #3

7,350 views

1 year ago

ReelLearning
Data Structures: Queue (Abstract Data Type)

Concepts: FIFO (First in First Out) Structure Queue in constrast to the Stack Parts of a Queue: Head (Front) and Tail (Back) ...

7:14
Data Structures: Queue (Abstract Data Type)

95,095 views

13 years ago