ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

154 results

Bald. Bearded. Builder.
The Secret to Mastering Queue, Stack and Dictionary in C#!

Ever wonder when to use a queue, a stack, or a hashtable in C#? In this video, Michael explains the story behind FIFO vs LIFO ...

13:30
The Secret to Mastering Queue, Stack and Dictionary in C#!

11,356 views

2 months ago

Adam Gaweda, Dr. Sensei
Queues

- [Instructor] Another data type structure that we can work off of is something that we classify as a queue. And a queue's pretty ...

2:24
Queues

234 views

8 years ago

Tyler Caraza-Harter
CS 320 Oct 7 (Part 2) - Stacks, Queues, and Priority Queues

... and there's different ways i could implement that queue i could use a list as a queue or i could use a dq as a queue right so kind ...

23:37
CS 320 Oct 7 (Part 2) - Stacks, Queues, and Priority Queues

235 views

5 years ago

Jon Gjengset
Solving distributed systems challenges in Rust

In this stream we work through the fly.io distributed systems challenges (https://fly.io/dist-sys/) in Rust, and solve all the way up to ...

3:15:52
Solving distributed systems challenges in Rust

306,172 views

2 years ago

NPTEL IIT Guwahati
Lec 44: G/G/1 Queues: Lindley's Integral Equation

Introduction to Queueing Theory Playlist Link: https://www.youtube.com/playlist?list=PLwdnzlV3ogoX2OHyZz3QbEYFhbqM7x275 ...

40:20
Lec 44: G/G/1 Queues: Lindley's Integral Equation

877 views

3 years ago

NPTEL IIT Guwahati
Lec 40: M/G/1 Queues: Waiting Times and Busy Period

Introduction to Queueing Theory Playlist Link: https://www.youtube.com/playlist?list=PLwdnzlV3ogoX2OHyZz3QbEYFhbqM7x275 ...

43:55
Lec 40: M/G/1 Queues: Waiting Times and Busy Period

1,428 views

3 years ago

NPTEL IIT Guwahati
Lec 43: G/M/1 Queues

Introduction to Queueing Theory Playlist Link: https://www.youtube.com/playlist?list=PLwdnzlV3ogoX2OHyZz3QbEYFhbqM7x275 ...

45:02
Lec 43: G/M/1 Queues

1,203 views

3 years ago

Craig Piercy
Python data types: deque

In this video, we will discuss the python data type from the collections module called: Deque. Hey everyone, welcome back!

4:55
Python data types: deque

16 views

6 months ago

Glenn Raya
One-Click Database Backups in PHP: Using Laravel Queue Jobs & Real-Time Notifications

Learn how to create a one-click database backup feature in PHP using Laravel, with seamless queue job processing and ...

21:29
One-Click Database Backups in PHP: Using Laravel Queue Jobs & Real-Time Notifications

10,695 views

1 year ago

UPGRADE YOURSELF
Introduction to Data Structures: Arrays, Linked Lists, Stacks, Queues, Trees, Graphs.

Learn the basics of Data Structures in this video! We cover key concepts like Arrays, Linked Lists, Stacks, Queues, Trees, and ...

7:06
Introduction to Data Structures: Arrays, Linked Lists, Stacks, Queues, Trees, Graphs.

182 views

1 year ago

Jon Gjengset
Crust of Rust: Channels

In this (fifth) Crust of Rust video, we cover multi-produce/single-consumer (mpsc) channels, by re-implementing some of the ...

1:43:12
Crust of Rust: Channels

93,682 views

5 years ago

NPTEL IIT Guwahati
Lec 38: M/G/1 Queues, The Pollaczek-Khinchin Mean Formula

Introduction to Queueing Theory Playlist Link: https://www.youtube.com/playlist?list=PLwdnzlV3ogoX2OHyZz3QbEYFhbqM7x275 ...

38:01
Lec 38: M/G/1 Queues, The Pollaczek-Khinchin Mean Formula

3,637 views

3 years ago

Streetfilms®
Queue Jump (for buses)

From wikipedia: A queue jump is a type of roadway geometry used to provide preference to buses at intersections, often found in ...

1:08
Queue Jump (for buses)

8,311 views

9 years ago

Computer Graphics at TU Wien
Commands and Command Buffers | "Submit Work to a Device/GPU" | Vulkan Lecture Series, Episode 4

Learn about commands in Vulkan, which represent actions to be performed/computed by a device such as your GPU, how to ...

37:03
Commands and Command Buffers | "Submit Work to a Device/GPU" | Vulkan Lecture Series, Episode 4

13,551 views

4 years ago

Jon Gjengset
Lock-Free to Wait-Free Simulation in Rust

In this stream, we start implementing the concurrency algorithm from the academic paper "A Practical Wait-Free Simulation for ...

4:47:58
Lock-Free to Wait-Free Simulation in Rust

49,839 views

4 years ago

José A. Alonso
El TAD de las colas de prioridad en Haskell

Estudio del tipo abstracto de datos de las colas de prioridad con distintas implementaciones en Haskell y la comprobación de sus ...

28:13
El TAD de las colas de prioridad en Haskell

381 views

5 years ago

Mr. Nobody
Array Visualization | Subtitled—Experimentation

Hello, My name is Mr. Nobody. Today's video is an experiment for visualizing arrays using Manim. # Tools ...

0:28
Array Visualization | Subtitled—Experimentation

641 views

3 years ago

Mariusz Jurczenko
Data Structures Decoded: A Programmer's Guide

In this comprehensive guide, we delve into the fundamental data structures every programmer should know! From the basics of ...

7:21
Data Structures Decoded: A Programmer's Guide

94 views

1 year ago

timClicks
Writing a Rust-based ring buffer

A handy data structure for buffering input, the ring buffer (also known as a circular buffer, among a few other names) is a fun data ...

40:01
Writing a Rust-based ring buffer

6,715 views

2 years ago

HPC NRW
Several Ways to SAXPY: JULIA + CUDA.jl

An introduction to CUDA programming with JULIA using a simple SAXPY (Single-precision A*X + Y) as an example. This video is ...

7:01
Several Ways to SAXPY: JULIA + CUDA.jl

632 views

3 years ago