ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

284 results

GeeksforGeeks GATE English
Data Structure with Python 08 | Binary Heap | DA | GATE Crash Course

Master the Binary Heap data structure with this in-depth session designed for GATE CSE and Data Structures learners.

2:01:03
Data Structure with Python 08 | Binary Heap | DA | GATE Crash Course

260 views

Streamed 3 weeks ago

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

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

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

28,832 views

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

345 views

13 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 Interview Pattern Mastery
Find Median from Data Stream - Leetcode 295 - Illustrated! - FAANG - Heap - Python (Pattern Mastery)

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

9:57
Find Median from Data Stream - Leetcode 295 - Illustrated! - FAANG - Heap - Python (Pattern Mastery)

2 views

6 days ago

Coding Interview Pattern Mastery
Top K Frequent Elements - Leetcode 347 - Illustrated! - FAANG - Heap - Python (Pattern Mastery)

Top K Frequent Elements - Leetcode 347 - Illustrated! - FAANG - Heap - Python (Pattern Mastery)

8:03
Top K Frequent Elements - Leetcode 347 - Illustrated! - FAANG - Heap - Python (Pattern Mastery)

0 views

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

12 views

3 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

2 weeks ago

Coding Interview Pattern Mastery
K Closest Points to Origin - Leetcode 973 - Illustrated! - FAANG - Heap - Python (Pattern Mastery)

K Closest Points to Origin - Leetcode 973 - Illustrated! - FAANG - Heap - Python (Pattern Mastery)

9:02
K Closest Points to Origin - Leetcode 973 - Illustrated! - FAANG - Heap - Python (Pattern Mastery)

5 views

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

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

3 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

0 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

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

18 views

9 days ago

Coding Interview Pattern Mastery
Merge K Sorted Lists - Leetcode 23 - Illustrated! - Google/Amazon - Heap - Python (Pattern Mastery)

Merge K Sorted Lists - Leetcode 23 - Illustrated! - Google/Amazon - Heap - Python (Pattern Mastery)

9:41
Merge K Sorted Lists - Leetcode 23 - Illustrated! - Google/Amazon - Heap - Python (Pattern Mastery)

0 views

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

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

0 views

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

0 views

3 weeks ago