ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

447 results

Dr. Nina Javaher
Learn about Heap and Priority Queues in Data Structure with Example Interview Question

00:00 Introduction 00:36 What is Priority Queue? 02:17 What is Heap?

12:28
Learn about Heap and Priority Queues in Data Structure with Example Interview Question

679 views

1 year ago

Data Structures
Heaps and Priority Queues
12:08
Heaps and Priority Queues

157 views

3 years ago

timClicks
Make a practical priority queue from Rust's std::collections::BinaryHeap

This video describes how to use a wrapper type and the Ord trait to craft a practical priority queue from what's provided by the ...

4:22
Make a practical priority queue from Rust's std::collections::BinaryHeap

1,338 views

2 years ago

Roel Van de Paar
Code Review: C# binary heap priority queue

Code Review: C# binary heap priority queue Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar ...

2:57
Code Review: C# binary heap priority queue

19 views

3 years ago

Roel Van de Paar
Priority queue with Max-Heap

Priority queue with Max-Heap Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks ...

3:02
Priority queue with Max-Heap

6 views

3 years ago

Roel Van de Paar
When inserting an element in a priority queue and the heap size is already at max capacity,...

When inserting an element in a priority queue and the heap size is already at max capacity, should you output an error OR ...

1:53
When inserting an element in a priority queue and the heap size is already at max capacity,...

3 views

4 years ago

Roel Van de Paar
Min Heap Priority Queue

Min Heap Priority Queue Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks & praise to ...

3:21
Min Heap Priority Queue

3 views

3 years ago

Roel Van de Paar
Maximum Priority Queue using Heap (2 Solutions!!)

Maximum Priority Queue using Heap Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...

3:58
Maximum Priority Queue using Heap (2 Solutions!!)

2 views

3 years ago

Radu Grigore
binary heaps

Binary heaps are a typical implementation of priority queues. Elements come from a totally ordered universe. The push operation ...

16:21
binary heaps

157 views

12 years ago

Roel Van de Paar
Software Engineering: Difference between a heap and a priority queue (4 Solutions!!)

Software Engineering: Difference between a heap and a priority queue Helpful? Please support me on Patreon: ...

2:57
Software Engineering: Difference between a heap and a priority queue (4 Solutions!!)

9 views

3 years ago

Aaron Bauer
CS 201 Tries and Priority Queues

Two new tree data structures in this one: the Trie for efficient prefix lookups and the Binary Min-Heap for implementing a Priority ...

1:01:49
CS 201 Tries and Priority Queues

7 views

3 years ago

Peter Schneider
Codereview: Binary heap based priority queue implementation in C#

Binary heap based priority queue implementation in C# I hope you found a solution that worked for you :) The Content is licensed ...

4:32
Codereview: Binary heap based priority queue implementation in C#

19 views

1 year ago

Roel Van de Paar
Code Review: Template heap/priority-queue data structure with update-key operation

Code Review: Template heap/priority-queue data structure with update-key operation Helpful? Please support me on Patreon: ...

2:57
Code Review: Template heap/priority-queue data structure with update-key operation

3 views

3 years ago

Roel Van de Paar
Why in a min priority queue (heap based) it is called "decrease-key" and not just "set-key"?

Computer Science: Why in a min priority queue (heap based) it is called "decrease-key" and not just "set-key"? Helpful? Please ...

2:19
Why in a min priority queue (heap based) it is called "decrease-key" and not just "set-key"?

8 views

4 years ago

Roel Van de Paar
Why is a heap better than a linked list for implementation of a priority queue?

Why is a heap better than a linked list for implementation of a priority queue? Helpful? Please support me on Patreon: ...

1:26
Why is a heap better than a linked list for implementation of a priority queue?

1 view

4 years ago

Amanpreet Kapoor
Heaps (5a): Priority Queues

We can use like binary heaps to implement this priority queue and that is what we are going to see in our next video. So before I ...

12:39
Heaps (5a): Priority Queues

3,528 views

1 year ago

Roel Van de Paar
Software Engineering: How does a priority_queue maintain a heap on a deque efficiently?

Software Engineering: How does a priority_queue maintain a heap on a deque efficiently? Helpful? Please support me on ...

1:21
Software Engineering: How does a priority_queue maintain a heap on a deque efficiently?

3 views

3 years ago

Roel Van de Paar
How huffman tree uses MinHeap? (2 Solutions!!)

How huffman tree uses MinHeap? Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks ...

1:55
How huffman tree uses MinHeap? (2 Solutions!!)

134 views

4 years ago

Yusuf Sahillioğlu
data structures - heaps

Favorite algorithm of this class: k largest via min heap (41:33). Course website: http://www.ceng.metu.edu.tr/~ys/ceng213-ds.

51:15
data structures - heaps

1,385 views

5 years ago

Roel Van de Paar
Priority queue implementation on C. (For Huffman Coding) (2 Solutions!!)

Priority queue implementation on C. (For Huffman Coding) Helpful? Please support me on Patreon: ...

3:31
Priority queue implementation on C. (For Huffman Coding) (2 Solutions!!)

101 views

3 years ago