ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

110 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

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

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

293 views

4 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

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

259 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,339 views

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

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

692 views

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

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

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

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

16 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

48 views

4 days ago

WIBYTE
17. Binary Trees and Heaps: Handling new arrival with heappush to restore heap structure

We see that when a new item arrives, it can be brought to its correct position in the heap in at most log(N) operations as part of a ...

6:07
17. Binary Trees and Heaps: Handling new arrival with heappush to restore heap structure

0 views

3 weeks ago

Coding theory
Smallest Chair Problem | Priority Queue Solution in JavaScript | LeetCode Interview Question Expl

SmallestChair #LeetCode #JavaScriptCoding #DSA #CodingInterview #PlacementPreparation #JavaScriptTutorial ...

0:19
Smallest Chair Problem | Priority Queue Solution in JavaScript | LeetCode Interview Question Expl

104 views

2 weeks 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

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

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