ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,372 results

ITower
Understand Priority Queues in 5 Minutes - Data Structure | JS Example

In this video, we're diving deep into one of the most overlooked but powerful data structures: the Priority Queue. Whether you're ...

5:37
Understand Priority Queues in 5 Minutes - Data Structure | JS Example

1,403 views

11 months ago

JomaClass
Priority Queue & Heap | Data Structures & Algorithms

All JomaClass videos from 2020 are now free to watch. If you enjoy please consider donating here: https://support.joma.io/ This ...

14:13
Priority Queue & Heap | Data Structures & Algorithms

3,196 views

8 months ago

Coch.
Huffman Coding Explained Visually (Using Priority Queue)

... into the root node with total frequency 100 At this point there's only one node left in the priority queue So the algorithm stops The ...

6:37
Huffman Coding Explained Visually (Using Priority Queue)

281 views

7 months ago

Visual How
Priority Queue Animations | Data Structure | Visual How

Priority Queue is a type of abstract data type in computer programming that represents a collection of elements where each ...

0:58
Priority Queue Animations | Data Structure | Visual How

271 views

8 months ago

System Design Pal
Design a Distributed Priority Queue | SQL | Redis

00:00 Intro 00:26 API and Message Schema 04:20 Message Enqueue 06:32 Message Dequeue 11:52 Queue Reliability ...

15:58
Design a Distributed Priority Queue | SQL | Redis

761 views

7 months ago

Ben Dicken
The perfect structure for merging data quickly (the priority queue)

We're looking at how LSM-trees handle compaction by merging sorted runs using priority queues. How the merge process works ...

9:19
The perfect structure for merging data quickly (the priority queue)

2,156 views

5 months ago

AlgoMonster
The easiest way to learn about Heaps and Priority Queue

https://algo.monster/problems/k_closest_points Interactive visualizer Heaps come in handy for problems where we need to ...

10:22
The easiest way to learn about Heaps and Priority Queue

1,071 views

1 day ago

Bona Akubue
Priority Queue in Python | Data Structures & Algorithms Tutorial

Learn how to implement and use a Priority Queue in Python — a crucial data structure for efficient algorithm design! Get My ...

8:47
Priority Queue in Python | Data Structures & Algorithms Tutorial

160 views

11 months ago

CSE Guru
Priority Queue Array Implementation | Queue Datat Structure | L 65 | Data Structures & Application

Array Implementation of Priority Queue Array implementation of priority queue maintains separate queue for each priority number ...

16:49
Priority Queue Array Implementation | Queue Datat Structure | L 65 | Data Structures & Application

544 views

6 months ago

DSA in Motion
Binary Heaps: How a Priority Queue Always Wins

You have a pile of tasks, each with a priority, and you always want the most important one next, but the pile keeps changing as ...

5:28
Binary Heaps: How a Priority Queue Always Wins

39 views

1 month ago

Code and Debug
DSA in Python - Introduction to Priority Queues using Binary Heaps | Min & Max Heaps | Part 180

... work as efficient data structures for priority-based operations. ‍ What's covered in this video: 1. What is a Priority Queue and ...

22:35
DSA in Python - Introduction to Priority Queues using Binary Heaps | Min & Max Heaps | Part 180

4,690 views

11 months ago

TiCungBim DSA
How does a HEAP/PRIORITY QUEUE work? The key to the problem: Find the Kth largest number.

🚀 Hello everyone! It's Tí again! Today we'll be learning about Heap – also known as Priority Queue. This is a data structure ...

7:09
How does a HEAP/PRIORITY QUEUE work? The key to the problem: Find the Kth largest number.

3,157 views

4 months ago

Lee Code
Heap + Priority Queue Explained Tamil | DSA in Java

Confused between Heap and Priority Queue? Don't worry! In this video, I'll explain: ✓ What is a Heap? ✓ What is a Priority ...

10:19
Heap + Priority Queue Explained Tamil | DSA in Java

1,437 views

9 months ago

Data Expertise
Heap Data Structure Explained | Min Heap, Max Heap & Priority Queues Made Simple

Need efficient priority management in algorithms? ⚙️ The Heap Data Structure is a powerful tree-based structure used to ...

0:27
Heap Data Structure Explained | Min Heap, Max Heap & Priority Queues Made Simple

5 views

4 months ago

Prof Alghoul
CSI2110 - 07 - Priority Queues - Data Structures and Algorithms

This is a part of CSI2110 course given by Professor Karim Alghoul at the university of Ottawa - Canada Priority Queue ADT ...

1:09:53
CSI2110 - 07 - Priority Queues - Data Structures and Algorithms

107 views

5 months ago

CSE Guru
Priority Queue Introduction & Linked List Implementation | L 64 | Data Structures & Application

Priority Queue Introduction Priority queue is a data structure in which each element is assigned a priority Priority determines the ...

15:15
Priority Queue Introduction & Linked List Implementation | L 64 | Data Structures & Application

181 views

6 months ago

Notebro
Priority Queues

In this video, we'll explain the Priority Queue data structure — its definition, main operations, and how it differs from a normal ...

5:52
Priority Queues

3 views

8 months ago

Express VTU 4 All
VTU DSA Module 5 | Leftist Tree, Optimal BST & Priority Queue | Short Notes | BCS304

Welcome to Express VTU 4 All In this video, we cover a VERY IMPORTANT SHORT-NOTES QUESTION from Data ...

4:24
VTU DSA Module 5 | Leftist Tree, Optimal BST & Priority Queue | Short Notes | BCS304

3,239 views

5 months ago

CSE Guru
C Program to Implement Priority Queue | Queue Datat Structure | L 66 | Data Structures & Application

Array Implementation of Priority Queue Array implementation of priority queue maintains separate queue for each priority number ...

14:14
C Program to Implement Priority Queue | Queue Datat Structure | L 66 | Data Structures & Application

509 views

6 months ago

Rudrite
Heaps & Priority Queues Explained — From Scratch, Visualized

A heap looks like three intimidating things at once — a tree, an array, and two cryptic operations. It's really one picture: a knockout ...

12:10
Heaps & Priority Queues Explained — From Scratch, Visualized

11 views

2 weeks ago