ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

107 results

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

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

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

261 views

Streamed 3 weeks ago

BugBytes
django-tasks - closer look at the DatabaseBackend and new API!

Django & HTMX FULL COURSE: https://www.udemy.com/course/django-htmx-hypermedia-web-apps/?

24:21
django-tasks - closer look at the DatabaseBackend and new API!

3,416 views

12 days 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

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

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

712 views

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

5 days ago

Leetcode Unlocked
218. The Skyline Problem | Leetcode Unlocked - Python

... of the most classic Hard-level coding interview questions using the Sweep Line algorithm and a Max-Heap (Priority Queue).

8:25
218. The Skyline Problem | Leetcode Unlocked - Python

0 views

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

Lets Code
Leetcode 23 - Merge K Sorted Lists - Hard

... merge multiple sorted lists using techniques like min-heaps (priority queues) and divide and conquer. I'll explain each approach ...

8:56
Leetcode 23 - Merge K Sorted Lists - Hard

0 views

23 minutes ago

Street Boy
How to Find Unmoderated Reddit Communities Automatically - Python Bot Demo

... mode) · Email notifications for new findings · Scheduled scanning (daily/weekly) · Priority queue for multiple niches · Deployable ...

2:25
How to Find Unmoderated Reddit Communities Automatically - Python Bot Demo

18 views

7 days 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

301 views

5 days 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

52 views

6 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 11 days ago

The Consistent Coder
Top K Frequent Elements | Heap vs Bucket Sort | FAANG Interview Problem

Approach 1: Priority Queue (Max Heap) • Use a HashMap to count frequencies • Use a PriorityQueue with a custom comparator ...

23:24
Top K Frequent Elements | Heap vs Bucket Sort | FAANG Interview Problem

0 views

2 weeks ago

Leetcode Daily
2402. Meeting Rooms III | Leetcode Daily - Python

Struggling with LeetCode 2402 Meeting Rooms III? This video provides a complete breakdown of this Hard scheduling problem.

8:51
2402. Meeting Rooms III | Leetcode Daily - Python

266 views

3 days 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