ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

412 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

236 views

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

7 views

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?

0 views

10 days ago

Tech With Tim
Data Structures  - Full Course for Beginners

This course will teach you about Data Structures and how they will apply in real-world scenarios, like computer science courses, ...

3:11:08
Data Structures - Full Course for Beginners

30,838 views

3 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

12 views

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

22 hours 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)

4 views

22 hours ago

Euron
Binary Tree in depth | Euron live class | DSA with Python

Euron - https://euron.one/course/dsa-with-python-bootcamp For any queries or counseling, feel free to call or WhatsApp us at: ...

3:09:51
Binary Tree in depth | Euron live class | DSA with Python

115 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

12 days ago

WIBYTE
7. Binary Trees and Heaps: Introducing Heaps

We focus mostly on min-heaps because the default implementation of heaps in Python is min-heap. For more details, please take ...

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

0 views

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

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

156 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

2 weeks ago

RUDRA project
Test 2 Section D
3:11
Test 2 Section D

0 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

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

23 hours ago

Euron
Binary Tree Traversal in Depth | Euron Live class | DSA with Python

Euron - https://euron.one/course/dsa-with-python-bootcamp For any queries or counseling, feel free to call or WhatsApp us at: ...

3:41:39
Binary Tree Traversal in Depth | Euron Live class | DSA with Python

104 views

3 weeks ago

R ENGINEERING TUTORIAL
AD3351 UNIT 2 HEAPS AND HEAPSORT

HEAPS AND HEAPSORT heap is a complete binary tree that satisfies the heap property. Types of Heaps 1. Max Heap Every ...

20:34
AD3351 UNIT 2 HEAPS AND HEAPSORT

0 views

3 weeks ago

NextoriaTech
Heap in DSA Explained | Full video with examples and code |  From zero to...........📖⌨️💻

Video Descriptions: Learn Heaps in Data Structures and Algorithms (DSA) with simple explanation, real examples, and clear ...

0:49
Heap in DSA Explained | Full video with examples and code | From zero to...........📖⌨️💻

8 views

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

12 days ago