ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

93 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,384 views

3 months ago

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

... bfs algorithm and instead of using our list like a queue we started using it like a stack then we would actually get the same order ...

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

235 views

5 years ago

Mariusz Jurczenko
Data Structures Decoded: A Programmer's Guide

... Data Structures 00:00:55 Arrays 00:01:29 Linked Lists 00:02:01 Stacks and Queues 00:02:51 Trees and Graphs 00:03:44 Hash ...

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

94 views

1 year ago

Raphael Matori
Como funciona: Event Loop, Web APIs, Call Stack, Task e Microtask Queue

Neste vídeo, vamos mergulhar no funcionamento do Event Loop no JavaScript, um dos conceitos mais importantes para entender ...

14:06
Como funciona: Event Loop, Web APIs, Call Stack, Task e Microtask Queue

792 views

1 year ago

Linux Plumbers Conference
LPC2019 - Making Networking Queues a First Class Citizen in the Kernel

Making Networking Queues a First Class Citizen in the Kernel Speakers Magnus Karlsson (Intel) Björn Töpel (Intel) Jesper ...

42:39
LPC2019 - Making Networking Queues a First Class Citizen in the Kernel

553 views

6 years ago

COMPUTER & EXCEL SOLUTION
Stack FIFO and LIFO in Python@COMPUTEREXCELSOLUTION

Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...

1:48
Stack FIFO and LIFO in Python@COMPUTEREXCELSOLUTION

139 views

3 years ago

NPTEL IIT Bombay
Lecture 15 : Array Part-1 : Part 7 : More efficient Queues in dispatching taxis

Array Part-1 : Part 7 : More efficient Queues in dispatching taxis.

16:42
Lecture 15 : Array Part-1 : Part 7 : More efficient Queues in dispatching taxis

4,850 views

6 years ago

ohnepixel
Minecraft's oldest anarchy server

I explored 2B2T, Minecraft's oldest anarchy server, together with Minecraft legend FitMC. He revealed the true size of the 2B2T ...

0:55
Minecraft's oldest anarchy server

12,357,455 views

5 months ago

Harsh Yadav
Data structure and algorithm using C and C@TheDaniRep @Learn BCA

Data structures are formats used to organize, store, and manage data. You can use data structures to access and modify data ...

3:17
Data structure and algorithm using C and C@TheDaniRep @Learn BCA

32 views

3 years ago

DrKode
Leetcode 20 Valid Parentheses (Animation)

website: https://drkode.org problem: https://leetcode.com/problems/word-search/description/ solution: ...

2:48
Leetcode 20 Valid Parentheses (Animation)

33 views

10 months 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

642 views

3 years ago

COMPUTER & EXCEL SOLUTION
Stack linear data structure  Push and POP in Python@COMPUTEREXCELSOLUTION

Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...

6:35
Stack linear data structure Push and POP in Python@COMPUTEREXCELSOLUTION

75 views

3 years ago

DrKode
Leetcode 206 Reverse Linked List (Animation)

website: https://drkode.org Time Stamp 00:00 Statement 00:15 Storyboard 01:02 drkode.org 01:10 Code explanation 01:30 Code

1:35
Leetcode 206 Reverse Linked List (Animation)

41 views

10 months ago

COMPUTER & EXCEL SOLUTION
STACK IMPLEMENTATION | Push, Pop, Display | Class 12 Python | CBSE Board@COMPUTEREXCELSOLUTION

Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...

3:50
STACK IMPLEMENTATION | Push, Pop, Display | Class 12 Python | CBSE Board@COMPUTEREXCELSOLUTION

151 views

2 years ago

Solve Computer Science
Share Substack Notes on Mastodon via Jekyll - Part 2

Substack, the famous newsletter website, also has "Notes" which can be seen as similar to Tweets, Toots, etc... In this video I show ...

8:24
Share Substack Notes on Mastodon via Jekyll - Part 2

27 views

4 months ago

DrKode
Leetcode 33. Search in Rotated Sorted Array (Animation)

website: https://drkode.org Time Stamp 00:00 statement 00:22 Storyboard 01:44 drkode.org 01:52 Code Explanation 02:55 Code

3:01
Leetcode 33. Search in Rotated Sorted Array (Animation)

34 views

10 months ago

J David Eisenberg
Chapter 10: Pointers (part 2) - Pointers and Data Structures
6:11
Chapter 10: Pointers (part 2) - Pointers and Data Structures

165 views

4 years ago

DrKode
Leetcode 100 Same Tree (Animation)

website: https://drkode.org Time Stamp 00:00 statement 00:14 Basics 00:38 Storyboard 01:52 drkode.org 01:59 Code explanation ...

3:08
Leetcode 100 Same Tree (Animation)

66 views

9 months ago

Learn Ventures
LV Logic

... paste it, save it, load it, check it, quick, rewrite it, search it, skim it, ask it, find it, squash it, pop it, stack and queue it, serve it, log it, ...

1:47
LV Logic

45 views

5 years ago

R U ready to study
stack and stack pointer  in kannada |Example program |8051 microcontroller| embedded system

stackandstackpointerinkannada #stackandstackpointer #stack stack and stack pointer in kannada |Example program |8051 ...

10:39
stack and stack pointer in kannada |Example program |8051 microcontroller| embedded system

461 views

4 years ago

J David Eisenberg
Chapter 16: Classes and Objects

Constructing an object with attributes and methods; conversion to string with __str__, learning about “self”.

13:04
Chapter 16: Classes and Objects

248 views

7 years ago

Code Challenge Central
How to reverse a singly linked list in 5 languages (JS, Python, Java, C++, C#)

In our first episode, we explore the classic problem of reversing a singly linked list with an animated conceptual explanation, and ...

18:24
How to reverse a singly linked list in 5 languages (JS, Python, Java, C++, C#)

6,576 views

3 years ago

Confreaks
RailsConf 2016 - Client/Server Architecture: Past, Present, & Future By Mike Groseclose

Client/Server Architecture: Past, Present, & Future By Mike Groseclose The client/server architecture that powers much of the web ...

23:17
RailsConf 2016 - Client/Server Architecture: Past, Present, & Future By Mike Groseclose

1,087 views

9 years ago

OpenSecurityTraining2
Vulns100X 05 Mitigation 02 Address Space Layout Randomization (ASLR)

View the full free MOOC at https://ost2.fyi/Vulns1001. This class is for C/C++ developers learning secure development, and ...

7:46
Vulns100X 05 Mitigation 02 Address Space Layout Randomization (ASLR)

1,228 views

2 years ago

🎤 Agile Tunes 🎧
Duplicate

"Duplicate" — A Sad Electronic Lament for a Ticket That Was Never Meant to Be She was filed by accident. Marked as a duplicate.

4:01
Duplicate

56 views

7 months ago