ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

111 results

Soren I. Ngo
[Python for Beginners]: 26.21. Threads: Three Types of queues

Standard Queue (`Queue`) 00:00:45 2. L I F O Queue (`LifoQueue`) 00:01:15 3. Priority Queue (`PriorityQueue`) 00:01:47 ...

2:19
[Python for Beginners]: 26.21. Threads: Three Types of queues

0 views

13 days ago

ShivSatty
Priority Queue | Min Heap | Max Heap - DSA Interview - Python

In a perfect world, we would all use standard Queues (FIFO). Standard Queues are polite. They are civilized. They believe in "First ...

32:47
Priority Queue | Min Heap | Max Heap - DSA Interview - Python

8 views

3 weeks ago

WIBYTE
16. Binary Trees and Heaps: Heaps based solution for the priority queue problem

We start building the heap based solution for the priority queue problem, the first step being heapifying the data. With this, the ...

2:28
16. Binary Trees and Heaps: Heaps based solution for the priority queue problem

7 views

3 weeks ago

GeeksforGeeks GATE English
Data Structure with Python 08 | Binary Heap | DA | GATE Crash Course

... heapify process, and applications such as Priority Queues and Heap Sort. You'll also understand complete binary tree behavior ...

2:01:03
Data Structure with Python 08 | Binary Heap | DA | GATE Crash Course

260 views

Streamed 3 weeks ago

WIBYTE
20. Binary Trees and Heaps: Summary on Heaps!

As part of this, we revisit the heap indexing and the utility of heaps in the priority queue problem solution. For more details, please ...

3:09
20. Binary Trees and Heaps: Summary on Heaps!

0 views

3 weeks ago

WIBYTE
14. Binary Trees and Heaps: Hospital ER Waiting Room (Priority Queue) Problem Statement

We discuss the ER waiting room problem, which is a good example of a priority queue problem where we need to track the ...

2:42
14. Binary Trees and Heaps: Hospital ER Waiting Room (Priority Queue) Problem Statement

0 views

3 weeks ago

Leetcode Unlocked
215. Kth Largest Element in an Array | Leetcode Unlocked - Python

We explore how to solve this problem using a Min-Heap (Priority Queue) for O(N log k) time and the Quick Select algorithm ...

9:04
215. Kth Largest Element in an Array | Leetcode Unlocked - Python

19 views

4 days ago

Kelvin Lin
Dijkstra's Shortest Path Algorithm | Code Implementation | Walkthrough

In this video I explain Dijkstra's Shortest Path Algorithm step by step and walk through a clear example on a weighted graph.

10:29
Dijkstra's Shortest Path Algorithm | Code Implementation | Walkthrough

171 views

3 weeks ago

GATE Wallah - EE, EC, CS & IN
Data Structure Through Python 04 : Queue | DA | GATE 2026 Crash Course

Lecture By Mohd Kashif Khan Sir Welcome to Data Structure Through Python Lecture 04: Queue, specially designed for the GATE ...

1:19:27
Data Structure Through Python 04 : Queue | DA | GATE 2026 Crash Course

699 views

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

126 views

4 weeks ago

Leetcode Daily
3075. Maximize Happiness of Selected Children | Leetcode Daily - Python

Dive into LeetCode 3075: Maximize Happiness of Selected Children! This tutorial breaks down the optimal Greedy Algorithm ...

8:54
3075. Maximize Happiness of Selected Children | Leetcode Daily - Python

296 views

4 days ago

R Institute
Queue Data Structure | Queue in python | 11th Class Computer | Python programming

Queue Data Structure | Queue in python | 11th Class Computer | Python programming Topic : Queues | 1st Year ICS FA-IT ...

9:03
Queue Data Structure | Queue in python | 11th Class Computer | Python programming

60 views

3 weeks ago

CodeWithJalandhar
Max Heap & Min Heap Explained in One Video | Priority Queue | Heap Data Structure Tutorial

Master Heap Data Structure in just one video! In this tutorial, we cover Max Heap, Min Heap, Heap Operations, Priority Queue, ...

32:00
Max Heap & Min Heap Explained in One Video | Priority Queue | Heap Data Structure Tutorial

50 views

5 days ago

Anantha Kandrapu
LC: PQ

Add new element to the pq if future calculation will depend on the current calculated value: ...

1:19:59
LC: PQ

0 views

Streamed 10 days ago

Coding theory
Assign Tasks to Servers | Priority Queue + Heap Solution Explained | LeetCode Hard | JavaScript

leetcode #coding #javascript #priorityqueue #minheap #dsa #codinginterview #programming #codingtheoryguru #datastructures ...

0:49
Assign Tasks to Servers | Priority Queue + Heap Solution Explained | LeetCode Hard | JavaScript

0 views

2 weeks ago

JosuHope
🐍 Day 331 of 365 Today we created a priority queue simulator #python #programming

Día 331 de 365 haciendo un ejercicio en Python por cada día del año hoy creamos un simulador de cola de atención con ...

1:38
🐍 Day 331 of 365 Today we created a priority queue simulator #python #programming

741 views

1 month ago

Simple Padhai
Priority Queue | Data structure | Simple Padhai

DataStructures #DSA #DataStructuresNotes #DSANotes #ComputerScience #Programming #Coding #LearnCoding ...

0:11
Priority Queue | Data structure | Simple Padhai

74 views

8 days ago

Coding theory
Backlog Orders Problem | Priority Queue | Max-Heap + Min-Heap | LeetCode Hard JavaScript Solution

javascript #coding #dsa #priorityqueue #heaps #leetcode #leetcodehard #codinginterview #faang #programming #algorithms ...

0:51
Backlog Orders Problem | Priority Queue | Max-Heap + Min-Heap | LeetCode Hard JavaScript Solution

174 views

3 weeks ago

Srk Codes
Leetcode 1851: Minimum Interval to Include Each Query in Telugu | Line Sweep, Min-Heap | srkcodes

Key Highlights: - Understanding interval merging and range constraints - Efficient priority queue usage - Reducing brute-force ...

5:10
Leetcode 1851: Minimum Interval to Include Each Query in Telugu | Line Sweep, Min-Heap | srkcodes

23 views

1 month ago

Utkarsh
Internal 2 (Section D): Python Data Structures (Lists, Tuples, Heaps) | Data Science

Heaps & Priority Queues : Heapq Module: Implementing Priority Queues where the smallest/most important item is always ...

9:07
Internal 2 (Section D): Python Data Structures (Lists, Tuples, Heaps) | Data Science

0 views

3 weeks ago