ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

117 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

317,579 views

3 years ago

Jason Rowland
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,181 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

121,359 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

587 views

1 year ago

Michael Sambol
Hash tables in 4 minutes

Hash tables in 4 minutes. Code: https://github.com/msambol/dsa/blob/master/data_structures/hash_table.py Sources: 1.

3:52
Hash tables in 4 minutes

348,644 views

3 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,967,456 views

11 years 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,739 views

1 year ago

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

149,150 views

8 years ago

Coding Codes
DSaA #55 - What are Queues [By Mosh Hamedani]

Data structures and algorithms coding course by Mosh Hamedani (Episode 55)

2:05
DSaA #55 - What are Queues [By Mosh Hamedani]

152 views

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

8 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

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,397 views

2 years ago

Udacity
Heapify

This video is part of the Udacity course "Technical Interview". Watch the full course at https://www.udacity.com/course/ud513.

1:19
Heapify

84,720 views

9 years ago

Michael Sambol
Selection sort in 3 minutes

Step by step instructions showing how to run selection sort.

2:43
Selection sort in 3 minutes

1,422,766 views

9 years ago

Professor Kevin Wortman
Queue Abstract Data Type

An introduction to the queue Abstract Data Type (ADT). Slides: ...

3:26
Queue Abstract Data Type

345 views

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

Google Cloud Tech
Pub/Sub Best Practices: Subscribing

Pub/Sub documentation → https://goo.gle/3DDatLv Subscription documentation → https://goo.gle/3X0YqOT StreamingPull ...

3:52
Pub/Sub Best Practices: Subscribing

6,224 views

3 years ago