ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

103 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

11 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

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

288 views

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

GeeksforGeeks GATE English
Data Structure with Python 04 | Queue Data Structure | DA | GATE Crash Course

In this session, we dive deep into the Queue Data Structure, a fundamental concept for GATE, placements, and core DSA.

2:43:13
Data Structure with Python 04 | Queue Data Structure | DA | GATE Crash Course

332 views

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

257 views

Streamed 3 weeks ago

Magical Whiteboard Educational Channel
Priority Queue in Data Structure | MAKAUT Semester Exam Important Topic Explained #makaut

Priority Queue in Data Structure | MAKAUT Semester Exam Important Topic Explained Master Priority Queue in Data Structure ...

8:30
Priority Queue in Data Structure | MAKAUT Semester Exam Important Topic Explained #makaut

54 views

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

686 views

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

3 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

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

10 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

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

Code cùng TeeLCode
3074. Apple Redistribution into Boxes |  Giải bằng Heap cực gọn

Apple Redistribution into Boxes bằng Heap (Priority Queue). Ý tưởng chính: Gom tổng số táo cần phân phối Dùng max-heap ...

7:43
3074. Apple Redistribution into Boxes | Giải bằng Heap cực gọn

32 views

4 days ago

LeifCode
Top K Frequent Elements #leetcode #programmingtutorial #hashmap

This video details how to find the k most frequent elements in an array using a hashmap and a priority queue, a common coding ...

0:16
Top K Frequent Elements #leetcode #programmingtutorial #hashmap

2,504 views

1 month 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 9 days 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

740 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

2 weeks ago