ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

222 results

Python for DSA
This Python Memory Concept Causes 90% of Bugs (Stack vs Heap Explained)

Python variables can feel like black magic — especially when bugs appear out of nowhere or interview questions go sideways.

7:13
This Python Memory Concept Causes 90% of Bugs (Stack vs Heap Explained)

11 views

4 weeks ago

Dataverse Tutorials
Lecture 31 - Heap Queue (heapq) in Python Explained in Hindi | Heapify Priority Queue | DVT101

... heapq in python hindi python priority queue heap data structure python python heap tutorial python for algorithms python for ml ...

14:14
Lecture 31 - Heap Queue (heapq) in Python Explained in Hindi | Heapify Priority Queue | DVT101

50 views

3 weeks ago

Interview Mentor App
How heapq.nlargest Picks Heap vs Sort | Python

Python's heapq.nlargest doesn't always use a heap — it has three internal strategies. Learn how it chooses between max(), ...

1:23
How heapq.nlargest Picks Heap vs Sort | Python

0 views

3 days ago

GDG on Campus HeritageIT
Heap / Priority Queue | Kth Largest & Last Stone Weight | Master DSA from Scratch

Confused about heaps or when to use a priority queue in problems? Not sure how questions like Kth largest element or stone ...

57:43
Heap / Priority Queue | Kth Largest & Last Stone Weight | Master DSA from Scratch

70 views

Streamed 2 weeks ago

Alpha-Code
Mock DSA Interview With Meta SWE @jamesperaltaSWE  - Medium Difficulty - Solid/Strong Hire

This is a mock with a friend of mine currently working at Meta. I asked him how to implement a heap from scratch with a couple ...

1:08:53
Mock DSA Interview With Meta SWE @jamesperaltaSWE - Medium Difficulty - Solid/Strong Hire

2,496 views

3 weeks ago

James Peralta
​Design Priority Queue From Scratch w/ @Alpha-Code

00:00:00 Intro 00:01:28 Heap API: push & pop 00:02:40 Max-heap invariant 00:04:09 Array → complete binary tree 00:07:08 ...

1:09:04
​Design Priority Queue From Scratch w/ @Alpha-Code

716 views

3 weeks ago

Padho with Pratyush
Solve Any HEAP Question By This Template | Top K frequent Elements Leetcode

recommend to watch the previous video in heap series People coming for first time https://www.youtube.com/watch?v=ks-aCN8dzv0 ...

41:07
Solve Any HEAP Question By This Template | Top K frequent Elements Leetcode

2,317 views

4 weeks ago

Nidhi Chouhan
Top K Frequent Elements 🔥 | LeetCode 347 | Heap + Hashing | Python DSA

Top K Frequent Elements | LeetCode 347 | Heap + Hashing | Python DSA In this video, we solve LeetCode 347 – Top K ...

3:08
Top K Frequent Elements 🔥 | LeetCode 347 | Heap + Hashing | Python DSA

21 views

4 weeks ago

Monica Kumaran
relative ranks pt2

Space complexity: O(3n) = O(n) - size of original input only + a copy for the max heap +a copy of the end array to fill and return ...

0:37
relative ranks pt2

1 view

10 days ago

GDGC DBIT
Day 30 | Heaps (Important) | Min Heap, Max Heap, Heap Sort + LC 373

Today, we're covering one of the most important data structures for interviews — Heaps. Concepts Covered: Min Heap vs Max ...

1:24:38
Day 30 | Heaps (Important) | Min Heap, Max Heap, Heap Sort + LC 373

7 views

2 weeks ago

Dyvin Biju
Binary Heaps & Priority Queues
5:16
Binary Heaps & Priority Queues

9 views

4 weeks ago

Monica Kumaran
kth largest element

Space complexity: O(k), for the size of the min heap Time complexity: O(n*2logn) = O(nlogn) - linearly go through each element ...

3:55
kth largest element

2 views

10 days ago

The Intermancer
Hunting a Memory Leak

I use my new pause feature to grab some heap dumps. I use AI to analyze those heap dumps. partial victory.

33:24
Hunting a Memory Leak

41 views

2 weeks ago

Tim Huang
Balance a Binary Search Tree - Leetcode 1382 - Python

Leetcode 1382- Balance a Binary Search Tree Problem Link: https://leetcode.com/problems/balance-a-binary-search-tree 0:00 ...

3:34
Balance a Binary Search Tree - Leetcode 1382 - Python

113 views

2 weeks ago

CTO Bhaiya
Day 45/90 |⚡436. Find Right Interval Explained | Brute Force to Heaps (LeetCode 436) #6 #heap

Telegram Channel : https://t.me/ctobhaiya_tg Instagram: https://www.instagram.com/ctobhaiya Linkedin: ...

42:26
Day 45/90 |⚡436. Find Right Interval Explained | Brute Force to Heaps (LeetCode 436) #6 #heap

505 views

4 weeks ago

learn-dsa-with-Ritika
Heap Sort in 10 min (by learn-dsa.com)

Download the code from : learn-dsa.com/Sort-Implement-Heap-Sort.html (code can be downloaded from the download code section ...

10:00
Heap Sort in 10 min (by learn-dsa.com)

7 views

2 weeks ago

Apna program
Solving Data Structures Questions  | Stack, Queue, Tree, Graph in Python

In this video, we solve important Data Structures questions. Topics covered include: ✓ Stack ✓ Queue ✓ Tree ✓ Graph ...

6:39
Solving Data Structures Questions | Stack, Queue, Tree, Graph in Python

5 views

2 weeks ago

Quick Learner With Sam & Mush
Insertion To Heap Tree With Example | Heap Tree | Data Structures | Artificial Intelligence | Mush

Welcome back to Quick learners with sam and mush! You know what a Heap is, but how do you add data to it without breaking the ...

10:19
Insertion To Heap Tree With Example | Heap Tree | Data Structures | Artificial Intelligence | Mush

36 views

3 weeks ago

Monica Kumaran
relative ranks pt1

Space complexity: O(3n) = O(n) - size of original input only + a copy for the max heap +a copy of the end array to fill and return ...

3:18
relative ranks pt1

2 views

10 days ago

Padho with Pratyush
You Will Never Forget The HEAP Greedy DSA Pattern After This Video

People coming for first time https://www.youtube.com/watch?v=ks-aCN8dzv0 DSA Patterns Playlist: https://www.youtube.com ...

33:52
You Will Never Forget The HEAP Greedy DSA Pattern After This Video

2,390 views

3 weeks ago