ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

109 results

Michael Sambol
Heaps in 3 minutes — Intro

Introduction to heaps in 3 minutes. Code: https://github.com/msambol/dsa/blob/master/data_structures/heap.py Sources: 1.

3:29
Heaps in 3 minutes — Intro

307,333 views

3 years ago

BigOCast
Priority Queue Using Binary Heap

A priority queue is an abstract data type that serves an item with high priority before an item with low priority. In another word, it ...

1:00
Priority Queue Using Binary Heap

12,133 views

3 years ago

Google Students
Applied CS Skills - Puzzle-8 - Priority Queues

Build Android games. Learn computer science. Applied CS Skills is a free online course by Google designed to prepare university ...

1:48
Applied CS Skills - Puzzle-8 - Priority Queues

13,173 views

8 years ago

Michael Sambol
Queues in 3 minutes

Queues in 3 minutes. Code: https://github.com/msambol/dsa/blob/master/data_structures/queue.py Sources: 1. Introduction To ...

3:10
Queues in 3 minutes

117,677 views

3 years ago

The Rookie Nerds
Heap - Heap Sort - Heapify - Priority Queues | DSA - Byte Sized

The video gives a bite-sized explanation of how insertion and deletion from heaps work. It also shows how we sort an array ...

3:10
Heap - Heap Sort - Heapify - Priority Queues | DSA - Byte Sized

575 views

1 year ago

The Steeve: Code and Innovation
Priority Queue Explained in 60 Seconds!  #priorityqueue #datastructure #shorts

Discover the power of Priority Queues in our latest video! We'll begin with a clear definition and function, highlighting how ...

0:51
Priority Queue Explained in 60 Seconds! #priorityqueue #datastructure #shorts

230 views

1 year ago

BigOCast
Min Binary Heap

This data structure is used in Priority Queue and Heap Sort. A cool thing is we can simply store min-heap in an array by going ...

1:00
Min Binary Heap

25,854 views

3 years ago

Dr Codie
queue | list vs collection | simple PYTHON TUTORIALS | #Shorts

Comparison of the deque from collections and a standard list when implementing a list (see https://youtu.be/401GWOiGHrA) ...

0:45
queue | list vs collection | simple PYTHON TUTORIALS | #Shorts

770 views

4 years ago

Michael Sambol
Prim's algorithm in 2 minutes

Step by step instructions showing how to run Prim's algorithm on a graph.

2:17
Prim's algorithm in 2 minutes

1,476,892 views

13 years ago

Michael Sambol
Dijkstra's algorithm in 3 minutes

Step by step instructions showing how to run Dijkstra's algorithm on a graph.

2:46
Dijkstra's algorithm in 3 minutes

1,932,626 views

11 years ago

Scholarly Things
Non pre-emptive priority scheduling - an example
2:27
Non pre-emptive priority scheduling - an example

142,431 views

7 years ago

Dr Codie
simple PYTHON TUTORIALS | queue | #Shorts

Full video at https://youtu.be/401GWOiGHrA shows how to use deque, a double-ended queue. http://www.drcodie.com/ ...

0:57
simple PYTHON TUTORIALS | queue | #Shorts

155 views

4 years ago

Lily and the mathematics
The squares of the elements of an array, a leetcode problem

Here we use a priority queue and several vectors to answer the problem.

2:06
The squares of the elements of an array, a leetcode problem

0 views

3 years ago

GeeksforGeeks
Python Programming Tutorial | Heap in Python | GeeksforGeeks

Find Complete Code at GeeksforGeeks Article: http://www.geeksforgeeks.org/heap-queue-or-heapq-in-python/ This video is ...

3:51
Python Programming Tutorial | Heap in Python | GeeksforGeeks

42,900 views

8 years ago

The Steeve: Code and Innovation
Mastering Heaps in 60 Seconds! #heaps #datastructures #shorts

Discover why heaps are crucial for building efficient priority queues and explore their time complexity. We'll also discuss the ...

0:51
Mastering Heaps in 60 Seconds! #heaps #datastructures #shorts

41 views

1 year ago

Code Viento
Unlocking the Power of Heaps: Efficient Sorting & Top-K Problems! ⚡🔢

shorts #shortvideo #shortvideo #shortvideos #heaps #priorityqueue Unlocking the Power of Heaps: Efficient Sorting & Top-K ...

0:42
Unlocking the Power of Heaps: Efficient Sorting & Top-K Problems! ⚡🔢

459 views

9 months ago

DragonflyDB
Redis Sorted Sets (in 60 Seconds)

Learn how to manage real-time leaderboards, priority queues, and time series data efficiently using Redis Sorted Sets. Perfect for ...

0:55
Redis Sorted Sets (in 60 Seconds)

1,618 views

1 year ago

Glitched Polygons
MethodQ: Clearing a queue

In this short video I demonstrate how to entirely clear a method queue (thus cancelling ALL of its pending invocations).

1:16
MethodQ: Clearing a queue

38 views

8 years ago

AeeBee
Riot's AFK System is Horrible

Riot Game's AFK system is Horrible in League of Legends riot should update their remake system in season 13 ▻ TikTok: ...

1:33
Riot's AFK System is Horrible

3,172 views

2 years ago

Chier Hu
Convert min heap to max heap by heapify operation in Python

Import the heapq module, which provides an implementation of the heap queue algorithm (priority queue). Create an empty list ...

2:35
Convert min heap to max heap by heapify operation in Python

2,381 views

2 years ago