ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

166 results

Back To Back SWE
Implement A Binary Heap - An Efficient Implementation of The Priority Queue ADT (Abstract Data Type)

Free 5-Day Mini-Course: https://backtobackswe.com Try Our Full Platform: https://backtobackswe.com/pricing Intuitive Video ...

20:19
Implement A Binary Heap - An Efficient Implementation of The Priority Queue ADT (Abstract Data Type)

126,040 views

7 years ago

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

236 views

5 years ago

CS50
CS50x 2025 - Lecture 5 - Data Structures

Abstract Data Types. Queues, Stacks. Linked Lists. Trees, Binary Search Trees. Hash Tables. Tries. *** This is CS50, Harvard ...

2:03:38
CS50x 2025 - Lecture 5 - Data Structures

242,862 views

Streamed 1 year ago

The Practical Dev
BaseCS: Stacks and Queues

"Stack level too deep!" Stacks and queues are all around us. In this video we break down what they are, how they work, and their ...

29:02
BaseCS: Stacks and Queues

2,953 views

7 years ago

AWS Developers
Deep Dive into the Queue Data Structure

This video will focus on teaching everything about the queue data structure. It will explain the fundamentals of its usage, how data ...

38:10
Deep Dive into the Queue Data Structure

2,147 views

2 years ago

codebasics
Linked List - Data Structures & Algorithms Tutorials in Python #4

Linked list is a data structure similar to array in a sense that it stores bunch of items. But unlike array, linked lists are not stored in ...

28:16
Linked List - Data Structures & Algorithms Tutorials in Python #4

976,987 views

5 years ago

NOC16 CS11
priority queues and heaps

To access the translated content: 1. The translated content of this course is available in regional languages. For details please ...

21:27
priority queues and heaps

77,778 views

8 years ago

freeCodeCamp.org
Data Structures Easy to Advanced Course - Full Tutorial from a Google Engineer

... Queue Introduction ⌨️ (1:22:03) Queue Implementation ⌨️ (1:27:26) Queue Code ⌨️ (1:31:32) Priority Queue Introduction ...

8:03:17
Data Structures Easy to Advanced Course - Full Tutorial from a Google Engineer

7,262,855 views

6 years ago

Delphine Works LLC
Python Data Structures

Learn Python Data Structures such as Arrays, Sets, Dictionaries, Stacks, Queues, and the Priority Queue. Time Stamps 00:00 ...

38:19
Python Data Structures

138 views

3 months ago

RNK IDEAS
Heaps | Insert (Intro), Helper Methods, Insert (Code), Remove, Sink Down, Priority Queues & Big O

Specialized tree-based data structure used in priority queues and sorting algorithms. 2.Helper Methods: Understand the essential ...

38:33
Heaps | Insert (Intro), Helper Methods, Insert (Code), Remove, Sink Down, Priority Queues & Big O

18 views

1 year ago

Mathemaniac
Queuing theory and Poisson process

Queuing theory is indispensable, but here is an introduction to the simplest queuing model - an M/M/1 queue. Also included is the ...

25:25
Queuing theory and Poisson process

148,668 views

2 years ago

Code of the Future
Python Tutorial for Beginners #5 - Learning the Basics of Python!

In today's video we explore the basics of Python! Time Stamps: 0:24 - Ensuring You're Coding in Python 3 not Python 2 (If you're ...

27:30
Python Tutorial for Beginners #5 - Learning the Basics of Python!

7,225 views

5 years ago

CodeWithHarry
Queue Using Linked Lists

How to Implement queue using Linked List: This video will talk about queue using linked list data structure in hindi. Queue can be ...

26:30
Queue Using Linked Lists

193,629 views

5 years ago

CodeWithHarry
Introduction to Circular Queue in Data Structures

Circular Queue implementation using arrays: In this video, we will see why we should be using circular queues and what circular ...

24:25
Introduction to Circular Queue in Data Structures

401,224 views

5 years ago

Programming and Data Structures
Week5 lec2
24:09
Week5 lec2

1,278 views

11 years ago

ADevOpsBeginner
Leetcode challenge | 3066. Minimum Operations to Exceed Threshold Value II | a dumbest solution

Minimum Operations to Exceed Threshold Value II - priority queue - python practice - leetcode contest - algorithm and data ...

2:28:37
Leetcode challenge | 3066. Minimum Operations to Exceed Threshold Value II | a dumbest solution

26 views

1 year ago

PyCon US
Talk - Jason Fried: If an asyncio Task fails in the woods and nobody is around to see it, does i....

Its 3am you just got called about some asyncio production code that is failing either cryptically or silently. You discover that its ...

27:45
Talk - Jason Fried: If an asyncio Task fails in the woods and nobody is around to see it, does i....

3,653 views

3 years ago

SithDev
Fibonacci Heaps or "How to invent an extremely clever data structure"

00:00 Introduction 00:50 Priority Queues and Binary Heaps 05:44 Fibonacci Heaps 08:24 Amortized Analysis 10:28 ExtractMin ...

29:42
Fibonacci Heaps or "How to invent an extremely clever data structure"

497,502 views

3 years ago

Cottrell Coding
Checkout queue simulation

I use the STL queue to simulate a checkout line in a store. I use a custom customer class. This class randomly determines the ...

28:34
Checkout queue simulation

1,939 views

4 years ago

VitoshAcademy
Dijkstra's Graph Algorithm with Python

Welcome to Part 4 of our Python Graph series! In the previous videos, we have explored graphs blindly with DFS and BFS.

35:20
Dijkstra's Graph Algorithm with Python

19,678 views

2 months ago