ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

278 results

WIBYTE
16. Applying Heaps: How to emulate a MAXHEAP using the heapq modulle?

We see how negating values is a neat trick to create emulate a MAX Heap using the heapq function which by default implements ...

3:38
16. Applying Heaps: How to emulate a MAXHEAP using the heapq modulle?

1 view

3 weeks ago

CodeDhara
Heap Sort Animation That Finally Makes Sense 🌳🔥 #shorts #youtubeshorts #viral #python

Most people memorize Heap Sort… but this animation makes you FEEL it ‍ Watch how a random array turns into a perfect ...

0:08
Heap Sort Animation That Finally Makes Sense 🌳🔥 #shorts #youtubeshorts #viral #python

29,717 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

1 view

1 month ago

The Engineers' Pitstop
Stack vs Heap: The Core Difference Explained

Stack vs heap explained simply. In this video, you'll learn the difference between stack and heap memory, how stack memory ...

2:27
Stack vs Heap: The Core Difference Explained

377 views

2 weeks ago

WIBYTE
11. Binary Trees and Heaps: Heapify using Python heapq module

Having seen the intuition behind the heapify operation, we see how we can use the heapify function from the Python heapq ...

2:52
11. Binary Trees and Heaps: Heapify using Python heapq module

13 views

1 month ago

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

In this video, we conclude the core concepts of Internal Assessment 2 with Section D. While previous sections covered theory, this ...

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

0 views

4 weeks ago

WIBYTE
3. Applying Heaps: Heapsort code using heapq module

We develop the code for a non in-place Heapsort using the heapq module in Python. For more details, please take a look at ...

3:25
3. Applying Heaps: Heapsort code using heapq module

3 views

3 weeks ago

NerdTeach
The Definitive DSA Mastery Roadmap | Data Structures & Algorithms Framework

In this tutorial, we explore the **Definitive DSA Mastery Roadmap and Framework**, designed to help you achieve true ...

7:24
The Definitive DSA Mastery Roadmap | Data Structures & Algorithms Framework

6 views

2 weeks ago

WIBYTE
19. Binary Trees and Heaps: Restoring the heap structure after a customer walks away

We see that when an item leaves the list, even if it is not at the root, the heap structure can be restored again in at most log(N) ...

3:21
19. Binary Trees and Heaps: Restoring the heap structure after a customer walks away

3 views

1 month ago

Interview Pattern Mastery
[Python] Find Median from Data Stream - Leetcode 295 -- Illustrated! | Pattern Mastery

Find Median from Data Stream - Leetcode 295 - Illustrated! - FAANG - Heap - Python (Pattern Mastery) #PatternMastery ...

9:57
[Python] Find Median from Data Stream - Leetcode 295 -- Illustrated! | Pattern Mastery

1 view

13 days ago

James Peralta
Advent of Code 2025 Day 8

00:00:00 Intro and Problem Overview 00:03:43 Understanding the Playground Graph and Circuits 00:07:52 Minimum Spanning ...

1:12:58
Advent of Code 2025 Day 8

186 views

3 weeks ago

Daily Dose Of LeetCode
Why Two Heaps Are Needed | 2402. Meeting Rooms III | LeetCode Daily

LeetCode Daily Problem 2402 – Meeting Rooms III (Hard) | Solution Walkthrough | Daily Dose of LeetCode Meeting Rooms 3 ...

40:53
Why Two Heaps Are Needed | 2402. Meeting Rooms III | LeetCode Daily

62 views

9 days ago

Average IT Guy
Heap Data Structure from Beginning 🔥 | Heap Basics in Hindi| DSA

Is video mein hum Heap Data Structure ko bilkul basic se samjhenge — agar aap DSA beginner ho ya confused ho heap kya hota ...

36:47
Heap Data Structure from Beginning 🔥 | Heap Basics in Hindi| DSA

24 views

6 days ago

WIBYTE
9. Binary Trees and Heaps: Determining if a list is a heap or not. (Code)

We look at the code to determine if a list is a heap or not. This basically implements the checking for the min heap property at all ...

7:32
9. Binary Trees and Heaps: Determining if a list is a heap or not. (Code)

3 views

1 month ago

Akshay Gupta DSA
Heaps Implementation and examples

Sort an Array - https://leetcode.com/problems/sort-an-array/description/ Solution ...

58:48
Heaps Implementation and examples

25 views

2 weeks ago

WIBYTE
2. Applying Heaps: Understanding Heapsort with an example

Heapsort can be seen as a better/faster version of Selection sort. Just like selection sort, we keep finding the next smallest item ...

5:57
2. Applying Heaps: Understanding Heapsort with an example

6 views

3 weeks ago

Techdose
Maximize Happiness of Selected Children | Greedy | Heap | Sorting | Leetcode 3075

This video explains Maximize Happiness of Selected Children using greedy techniques and comparing possible options.

14:49
Maximize Happiness of Selected Children | Greedy | Heap | Sorting | Leetcode 3075

353 views

11 days ago

WIBYTE
7. Binary Trees and Heaps: Introducing Heaps

We introduce heaps as complete binary trees imposed on a list of numbers with the additional property linking the values stored at ...

8:40
7. Binary Trees and Heaps: Introducing Heaps

7 views

1 month ago

CodeStrat
Heap - Kth Smallest Element in an Array
7:16
Heap - Kth Smallest Element in an Array

0 views

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

1 month ago