ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

105 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

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

287 views

3 days 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,312 views

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

330 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

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

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

Isha Veerwani
Internal 2
2:12
Internal 2

0 views

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

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

29 views

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

13 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

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

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

683 views

Streamed 4 weeks ago

Mahi's07
63  Zoom Webinar 2022 04 13
1:06:24
63 Zoom Webinar 2022 04 13

0 views

3 weeks ago

csprofmarin
220 u27 GMT20251126 011449 Recording 1920x1080

00:00 Intro 01:25 Main idea 1 07:40 Main idea 2 12:10 Conclusion.

1:15:54
220 u27 GMT20251126 011449 Recording 1920x1080

8 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

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

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

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

Shradha Khapra
Dijkstra's Algorithm - Single Source Shortest Path - Greedy Method

📌 New *DSA Sheet* Link: https://dsa.apnacollege.in/ This lecture was made with a lot of love❤️ Company wise DSA Sheet Link ...

35:20
Dijkstra's Algorithm - Single Source Shortest Path - Greedy Method

13,775 views

2 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