ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

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

125,737 views

6 years 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,952 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

235 views

5 years 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

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

956,857 views

5 years ago

Alok Mishra
How to use Heap in Python

Hello guys, in this video we discussed about how heap is initialised and used in python. How to perform push and pop, what to do ...

29:16
How to use Heap in Python

58 views

3 years 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,600 views

3 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

230,777 views

Streamed 1 year 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,023 views

2 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,111 views

8 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

129 views

1 month 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,184,571 views

6 years ago

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

I spent too much time on stupid solutions, but obviously this is a priority queue problem. Leetcode daily challenge, 3066. Minimum ...

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

26 views

10 months ago

TechByAni
L18. RabbitMQ Crash Course | Complete Guide for System Design
1:09:16
L18. RabbitMQ Crash Course | Complete Guide for System Design

1,080 views

2 months ago

freeCodeCamp.org
Graph Algorithms for Technical Interviews - Full Course

Learn how to implement graph algorithms and how to use them to solve coding challenges. ✏️ This course was developed by ...

2:12:19
Graph Algorithms for Technical Interviews - Full Course

1,444,150 views

4 years ago

csprofmarin
U14 GMT20250307 014115 Recording 1920x1080

To open the Transcripts panel, please click here :

1:04:06
U14 GMT20250307 014115 Recording 1920x1080

0 views

3 months ago

MIT OpenCourseWare
7. Randomization: Skip Lists

MIT 6.046J Design and Analysis of Algorithms, Spring 2015 View the complete course: http://ocw.mit.edu/6-046JS15 Instructor: ...

1:20:56
7. Randomization: Skip Lists

95,305 views

9 years ago

IIT Madras - B.S. Degree Programme
Asynchronous Tasks with Celery

Asynchronous Tasks with Celery.

21:56
Asynchronous Tasks with Celery

4,861 views

10 months ago

csprofmarin
220 u27 GMT20251126 011449 Recording 1920x1080

00:00 Intro 01:25 Main idea 1 07:40 Main idea 2 12:10 Conclusion.

1:15:54
220 u27 GMT20251126 011449 Recording 1920x1080

8 views

1 month 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

395,889 views

5 years ago

MIT OpenCourseWare
19. Transit Signal Priority

MIT 1.258J Public Transportation Systems, Spring 2017 Instructor: Peter G. Furth View the complete course: ...

1:23:40
19. Transit Signal Priority

4,410 views

6 years ago

PDSA
PDSA-Week-6 Open/Summary Session

So, as per implementation, I'm talking about so then we will understand the particular main target of the priority queue is always ...

2:52:05
PDSA-Week-6 Open/Summary Session

575 views

Streamed 2 months ago

IIT Madras - B.S. Degree Programme
W6L4_Using Heaps in Algorithms

Using Heaps in Algorithms IIT Madras welcomes you to the world's first BSc Degree program in Programming and Data Science.

28:07
W6L4_Using Heaps in Algorithms

14,002 views

4 years ago

Anuj Kumar Sharma
Heap Data Structure | MaxHeap Insertion and Deletion | DSA-One Course #31

Hey guys, In this video, We're going to learn about the Heap Data Structure. We'll see how the Insert and Delete operations work ...

21:37
Heap Data Structure | MaxHeap Insertion and Deletion | DSA-One Course #31

242,651 views

4 years ago

MIT OpenCourseWare
13. Dijkstra

MIT 6.006 Introduction to Algorithms, Spring 2020 Instructor: Jason Ku View the complete course: https://ocw.mit.edu/6-006S20 ...

57:22
13. Dijkstra

38,527 views

4 years ago